JS: Avoid deprecation warnings in some tests

This commit is contained in:
Asger F
2024-12-13 15:45:18 +01:00
parent cf6d166d29
commit db00dad033
2 changed files with 6 additions and 0 deletions

View File

@@ -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`.

View File

@@ -1,3 +1,6 @@
// Delete test when LabelledBarrierGuards have been removed
deprecated module;
import javascript
class CustomFlowLabel extends DataFlow::FlowLabel {