There was an error while loading. Please reload this page.
1 parent 802a725 commit 860cafeCopy full SHA for 860cafe
2 files changed
python/ql/test/experimental/dataflow/typetracking/test.py
@@ -54,7 +54,7 @@ def test_import():
54
mymodule.x # $tracked
55
y = mymodule.func() # $tracked
56
y # $tracked
57
- mymodule.z # $tracked
+ mymodule.z # $f-:tracked
58
59
# ------------------------------------------------------------------------------
60
python/ql/test/experimental/dataflow/typetracking/tracked.expected
@@ -1 +0,0 @@
1
-| test.py:57:16:57:25 | Comment # $tracked | Missing result:tracked= |
0 commit comments