mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
JS: Avoid deprecation warnings in some tests
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// Delete test when FlowLabel has been removed
|
||||
deprecated module;
|
||||
|
||||
import javascript
|
||||
|
||||
// Check which flow labels are materialized by importing `javascript.qll`.
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Delete test when LabelledBarrierGuards have been removed
|
||||
deprecated module;
|
||||
|
||||
import javascript
|
||||
|
||||
class CustomFlowLabel extends DataFlow::FlowLabel {
|
||||
|
||||
Reference in New Issue
Block a user