Python: fix test expectation

probably a copy-paste error..
This commit is contained in:
Rasmus Lerchedahl Petersen
2021-01-25 16:49:51 +01:00
parent 0d20a4cb4a
commit 4ff2c6d85a

View File

@@ -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