Update test template for dynamic import, use DONOTEVALUATE

This commit is contained in:
Leo Balter 2018-11-13 17:46:24 -05:00
parent f7f845ce6f
commit 8b597d4550
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ negative:
type: SyntaxError
---*/
throw "Test262: This statement should not be evaluated.";
$DONOTEVALUATE();
with (/*{ import }*/) {}