mirror of https://github.com/tc39/test262.git
Ensure evaluation does not occur
This commit is contained in:
parent
3269aea2ab
commit
e27b5e26c8
|
@ -14,4 +14,5 @@ flags: [raw]
|
|||
|
||||
"use strict";
|
||||
"use strict";
|
||||
throw new Error("This code should not execute");
|
||||
var public = 1;
|
||||
|
|
Loading…
Reference in New Issue