Skip to content

Commit bd32faf

Browse files
committed
Python: annotate new test
1 parent 2a4d21a commit bd32faf

File tree

1 file changed

+1
-1
lines changed
  • python/ql/test/experimental/dataflow/fieldflow

1 file changed

+1
-1
lines changed

python/ql/test/experimental/dataflow/fieldflow/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_example1_method():
5454
myobj = MyObj("OK")
5555

5656
myobj.setFoo(SOURCE)
57-
SINK(myobj.foo)
57+
SINK(myobj.foo) # Flow not found
5858

5959

6060
def test_example2():

0 commit comments

Comments
 (0)