Skip to content

Commit a9b263f

Browse files
committed
JS: Remove incorrect alert expectation
This is not flagged and AFAICT it shouldn't be
1 parent 2877531 commit a9b263f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/ql/test/query-tests/Expressions/UnknownDirective/UnknownDirective.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"use foo"; // $ Alert
2-
"use strict"; // $ Alert
2+
"use strict";
33

44
function bad() {
55
"'use strict'"; // $ Alert

0 commit comments

Comments
 (0)