mirror of https://github.com/tc39/test262.git
Update test template for dynamic import, use DONOTEVALUATE
This commit is contained in:
parent
f7f845ce6f
commit
8b597d4550
|
@ -25,6 +25,6 @@ negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
with (/*{ import }*/) {}
|
with (/*{ import }*/) {}
|
||||||
|
|
Loading…
Reference in New Issue