Skip to content

Commit f65879e

Browse files
committed
JS: Update a test that no longer fails
1 parent cb5dbb9 commit f65879e

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/test/library-tests/TripleDot

1 file changed

+1
-1
lines changed

Diff for: javascript/ql/test/library-tests/TripleDot/tst.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function t13() {
133133
function target(x, y, ...rest) {
134134
sink(x); // $ SPURIOUS: hasTaintFlow=t13.1
135135
sink(y); // $ hasTaintFlow=t13.1
136-
sink(rest); // $ MISSING: hasTaintFlow=t13.1
136+
sink(rest); // $ hasTaintFlow=t13.1
137137
sink(rest[0]); // $ MISSING: hasTaintFlow=t13.1
138138
}
139139
target("safe", ...source('t13.1'));

0 commit comments

Comments
 (0)