mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
JS: Add more deprecation annotations in tests
This commit is contained in:
@@ -21,7 +21,7 @@ deprecated class LegacyConfig extends DataFlow::Configuration {
|
||||
|
||||
deprecated import testUtilities.LegacyDataFlowDiff::DataFlowDiff<TestFlow, LegacyConfig>
|
||||
|
||||
class Consistency extends ConsistencyConfiguration {
|
||||
deprecated class Consistency extends ConsistencyConfiguration {
|
||||
Consistency() { this = "Consistency" }
|
||||
|
||||
override DataFlow::Node getAnAlert() { TestFlow::flowTo(result) }
|
||||
|
||||
Reference in New Issue
Block a user