JS: Update some uses in tests

This commit is contained in:
Asger Feldthaus
2021-03-17 12:40:34 +00:00
parent bda074835e
commit fae907df65
4 changed files with 4 additions and 4 deletions

View File

@@ -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)
}