Skip to content

Commit 62509a1

Browse files
yoffRasmusWL
andauthored
Update python/ql/test/library-tests/dataflow/coverage/test_builtins.py
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent bd68986 commit 62509a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/ql/test/library-tests/dataflow/coverage/test_builtins.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ def test_dict_from_dict():
142142
SINK(d2["k"]) #$ flow="SOURCE, l:-2 -> d2['k']"
143143
SINK_F(d2["k1"])
144144

145+
@expects(4)
145146
def test_dict_from_multiple_args():
146147
d = dict([("k", SOURCE), ("k1", NONSOURCE)], k2 = SOURCE, k3 = NONSOURCE)
147148
SINK(d["k"]) #$ MISSING: flow="SOURCE, l:-1 -> d['k']"

0 commit comments

Comments
 (0)