Skip to content

Commit 843329f

Browse files
committed
python: no longer missing
1 parent 66fdf6b commit 843329f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/test/experimental/dataflow/variable-capture/test_collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def mod_local(x):
5252
return [mod_local(x) for x in l]
5353

5454
l_modded = mod_list(l)
55-
SINK(l_modded[0]) #$ MISSING: captured
55+
SINK(l_modded[0]) #$ captured
5656

5757
def mod_list_first(l):
5858
def mod_local(x):

0 commit comments

Comments
 (0)