Skip to content

Commit 64655a0

Browse files
committed
Python: Use enw class name
1 parent b505778 commit 64655a0

File tree

1 file changed

+2
-2
lines changed
  • python/ql/test/experimental/dataflow/typetracking

1 file changed

+2
-2
lines changed

python/ql/test/experimental/dataflow/typetracking/tracked.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ module TrackedTest implements TestSig {
2727
// We do not wish to annotate scope entry definitions,
2828
// as they do not appear in the source code.
2929
not e.asCfgNode() = any(ScopeEntryDefinition def).getDefiningNode() and
30-
// ...same for CaptureNodes
31-
not e instanceof DataFlow::CaptureNode and
30+
// ...same for `SynthCaptureNode`s
31+
not e instanceof DataFlow::SynthCaptureNode and
3232
tag = "tracked" and
3333
location = e.getLocation() and
3434
value = t.getAttr() and

0 commit comments

Comments
 (0)