JS: Remove incorrect alert expectation

This is not flagged and AFAICT it shouldn't be
This commit is contained in:
Asger F
2025-02-11 16:01:58 +01:00
parent 287753187e
commit a9b263f465

View File

@@ -1,5 +1,5 @@
"use foo"; // $ Alert
"use strict"; // $ Alert
"use strict";
function bad() {
"'use strict'"; // $ Alert