File tree 1 file changed +2
-1
lines changed
python/ql/test/experimental/dataflow/typetracking
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
3
3
import semmle.python.dataflow.new.TypeTracking
4
4
import TestUtilities.InlineExpectationsTest
5
5
import semmle.python.ApiGraphs
6
+ private import semmle.python.dataflow.new.internal.DataFlowPrivate as DP
6
7
7
8
// -----------------------------------------------------------------------------
8
9
// tracked
@@ -28,7 +29,7 @@ module TrackedTest implements TestSig {
28
29
// as they do not appear in the source code.
29
30
not e instanceof DataFlow:: ScopeEntryDefinitionNode and
30
31
// ...same for `SynthCaptureNode`s
31
- not e instanceof DataFlow :: SynthCaptureNode and
32
+ not e instanceof DP :: SynthCaptureNode and
32
33
tag = "tracked" and
33
34
location = e .getLocation ( ) and
34
35
value = t .getAttr ( ) and
You can’t perform that action at this time.
0 commit comments