Skip to content

Commit e95ebb2

Browse files
committed
C++: Ensure tainted_diff.ql keeps using old lib
Without this, the test will compare the IR to itself after we enable it.
1 parent 0628625 commit e95ebb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/test/library-tests/dataflow/security-taint/tainted_diff.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import semmle.code.cpp.security.TaintTracking as AST
1+
import semmle.code.cpp.security.TaintTrackingImpl as AST
22
import semmle.code.cpp.ir.dataflow.DefaultTaintTracking as IR
33
import cpp
44

0 commit comments

Comments
 (0)