Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd32faf

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • python/ql/test/experimental/dataflow/fieldflow

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)