Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc20133

Browse files
committed
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.
1 parent b95163c commit fc20133

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cpp/ql/test/library-tests/dataflow/additional-flow-to-parameter

cpp/ql/test/library-tests/dataflow/additional-flow-to-parameter/standardFlow.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import cpp
2-
import semmle.code.cpp.dataflow.old.DataFlow
2+
import semmle.code.cpp.dataflow.DataFlow
33

44
class TestConfig extends DataFlow::Configuration {
55
TestConfig() { this = "TestConfig" }

0 commit comments

Comments
 (0)