Skip to content

Commit 4d25bfc

Browse files
committed
JS: Fix copy pasta
1 parent 142c83f commit 4d25bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/test/library-tests/TaintTracking/sanitizer-guards.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ function phi2() {
7272
} else {
7373
x = null;
7474
}
75-
sink(x); // OK
75+
sink(x); // NOT OK
7676
}

0 commit comments

Comments
 (0)