mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Python: fix test expectation
probably a copy-paste error..
This commit is contained in:
@@ -564,7 +564,7 @@ def test_iterated_unpacking_assignment():
|
||||
SINK_F(c) #$ SPURIOUS: flow="SOURCE, l:-5 -> c" # We do not track tuple sizes
|
||||
|
||||
|
||||
@expects(4)
|
||||
@expects(3)
|
||||
def test_iterated_unpacking_assignment_shrink():
|
||||
t = (SOURCE, SOURCE)
|
||||
a, *b, c = t
|
||||
|
||||
Reference in New Issue
Block a user