mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
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.
12 lines
223 B
Plaintext
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>>>
|