C++: Do not use the old dataflow library in additional-flow-to-parameter

Either both queries here should use the old library or neither should. The
expectation is that the expected results between the queries differ depending
on the additional flow step in one of them.
This commit is contained in:
Jeroen Ketema
2022-11-04 15:46:36 +01:00
parent b95163cfe4
commit fc2013334f

View File

@@ -1,5 +1,5 @@
import cpp
import semmle.code.cpp.dataflow.old.DataFlow
import semmle.code.cpp.dataflow.DataFlow
class TestConfig extends DataFlow::Configuration {
TestConfig() { this = "TestConfig" }