Skip to content

Commit

Permalink
JS: Update a test that no longer fails
Browse files Browse the repository at this point in the history
  • Loading branch information
asgerf committed Aug 27, 2024
1 parent cb5dbb9 commit f65879e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/ql/test/library-tests/TripleDot/tst.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function t13() {
function target(x, y, ...rest) {
sink(x); // $ SPURIOUS: hasTaintFlow=t13.1
sink(y); // $ hasTaintFlow=t13.1
sink(rest); // $ MISSING: hasTaintFlow=t13.1
sink(rest); // $ hasTaintFlow=t13.1
sink(rest[0]); // $ MISSING: hasTaintFlow=t13.1
}
target("safe", ...source('t13.1'));
Expand Down

0 comments on commit f65879e

Please sign in to comment.