mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
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:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user