We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3a266 commit b958c3bCopy full SHA for b958c3b
python/ql/test/experimental/dataflow/regression/test.py
@@ -50,7 +50,7 @@ def sink3(cond, arg):
50
if cond:
51
sink(arg)
52
53
-def test8(cond):
+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
54
t = source2()
55
sink2(t)
56
0 commit comments