Files
codeql/cpp/ql/test/library-tests/dataflow/fields/flow.ql
Jeroen Ketema aeb6293757 C++: Rewrite flow test common to use inline expectation test module
This also rewrites all uses of flow test common to use `DataFlow::ConfigSig`.

Note that the removed deprecated aliases are 14 months old by now and, hence,
can be safely removed.
2023-05-23 16:34:41 +02:00

12 lines
223 B
Plaintext

import TestUtilities.dataflow.FlowTestCommon
module AstTest {
import ASTConfiguration
}
module IRTest {
import IRConfiguration
}
import MakeTest<MergeTests<AstFlowTest<AstTest::AstFlow>, IRFlowTest<IRTest::IRFlow>>>