mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
JS: Update some uses in tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import javascript
|
||||
|
||||
query predicate test_AdditionalFlowStep(DataFlow::Node pred, DataFlow::Node succ) {
|
||||
exists(DataFlow::AdditionalFlowStep step | step.step(pred, succ) | any())
|
||||
DataFlow::SharedFlowStep::step(pred, succ)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user