C++: Ensure tainted_diff.ql keeps using old lib

Without this, the test will compare the IR to itself after we enable it.
This commit is contained in:
Jonas Jensen
2020-02-15 21:04:53 +01:00
parent 0628625a76
commit e95ebb25a5

View File

@@ -1,4 +1,4 @@
import semmle.code.cpp.security.TaintTracking as AST
import semmle.code.cpp.security.TaintTrackingImpl as AST
import semmle.code.cpp.ir.dataflow.DefaultTaintTracking as IR
import cpp