mirror of https://github.com/tc39/test262.git
Move $DONOTEVALUATE() calls to correct position
This commit is contained in:
parent
487b77eda8
commit
23f30e527a
|
@ -16,9 +16,8 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
export { "foo" as "bar" }
|
||||
|
||||
function foo() {}
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
|
|
|
@ -16,8 +16,9 @@ negative:
|
|||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
export { Foo as "\uD83D" }
|
||||
|
||||
function Foo() {}
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
|
Loading…
Reference in New Issue