File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
python/ql/test/experimental/dataflow/typetracking Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import semmle.python.dataflow.new.DataFlow
33import semmle.python.dataflow.new.TypeTracking
44import TestUtilities.InlineExpectationsTest
55import semmle.python.ApiGraphs
6+ private import semmle.python.dataflow.new.internal.DataFlowPrivate as DP
67
78// -----------------------------------------------------------------------------
89// tracked
@@ -28,7 +29,7 @@ module TrackedTest implements TestSig {
2829 // as they do not appear in the source code.
2930 not e instanceof DataFlow:: ScopeEntryDefinitionNode and
3031 // ...same for `SynthCaptureNode`s
31- not e instanceof DataFlow :: SynthCaptureNode and
32+ not e instanceof DP :: SynthCaptureNode and
3233 tag = "tracked" and
3334 location = e .getLocation ( ) and
3435 value = t .getAttr ( ) and
You can’t perform that action at this time.
0 commit comments