Skip to content

Commit

Permalink
JS: Avoid deprecation warnings in some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asgerf committed Dec 16, 2024
1 parent cf6d166 commit db00dad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Delete test when LabelledBarrierGuards have been removed
deprecated module;

import javascript

class CustomFlowLabel extends DataFlow::FlowLabel {
Expand Down

0 comments on commit db00dad

Please sign in to comment.