We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
validTest.py
1 parent b713061 commit 4d95b20Copy full SHA for 4d95b20
python/ql/test/experimental/dataflow/validTest.py
@@ -69,7 +69,7 @@ def check_tests_valid_after_version(testFile, version):
69
check_tests_valid("variable-capture.in")
70
check_tests_valid("variable-capture.nonlocal")
71
check_tests_valid("variable-capture.dict")
72
- check_tests_valid("variable-capture.collections")
+ check_tests_valid("variable-capture.test_collections")
73
check_tests_valid("module-initialization.multiphase")
74
check_tests_valid("fieldflow.test")
75
check_tests_valid_after_version("match.test", (3, 10))
0 commit comments