Skip to content

Commit b958c3b

Browse files
authored
Python: Update comment for test8
1 parent bf3a266 commit b958c3b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def sink3(cond, arg):
5050
if cond:
5151
sink(arg)
5252

53-
def test8(cond):
53+
def test8(cond): # This test currently adds nothing, as we only track SOURCE -> SINK, and previous tests already add flow from line 10 to line 13
5454
t = source2()
5555
sink2(t)
5656

0 commit comments

Comments
 (0)