From fc2013334f8c6c22bbd3e1bbd26c170a81ac52ad Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Fri, 4 Nov 2022 15:46:36 +0100 Subject: [PATCH] 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. --- .../dataflow/additional-flow-to-parameter/standardFlow.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/test/library-tests/dataflow/additional-flow-to-parameter/standardFlow.ql b/cpp/ql/test/library-tests/dataflow/additional-flow-to-parameter/standardFlow.ql index 11c378b57722..58bbec1c7808 100644 --- a/cpp/ql/test/library-tests/dataflow/additional-flow-to-parameter/standardFlow.ql +++ b/cpp/ql/test/library-tests/dataflow/additional-flow-to-parameter/standardFlow.ql @@ -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" }