We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b848bb commit 81adf5aCopy full SHA for 81adf5a
python/ql/test/experimental/dataflow/coverage/test_builtins.py
@@ -214,7 +214,7 @@ def test_dict_items():
214
SINK(item_list[1][0]) #$ MISSING: flow="SOURCE, l:-5 -> item_list[1][0]"
215
SINK_F(item_list[1][1]) # expecting FP due to imprecise flow
216
217
-@expects(2)
+@expects(3)
218
def test_dict_pop():
219
d = {'k': SOURCE}
220
v = d.pop("k")
0 commit comments