mirror of https://github.com/tc39/test262.git
Make sure that the test always throws a SyntaxError
This commit is contained in:
parent
8b1bd25b49
commit
bebce4a5ee
|
@ -19,6 +19,7 @@ info: |
|
||||||
|
|
||||||
negative:
|
negative:
|
||||||
phase: resolution
|
phase: resolution
|
||||||
|
type: SyntaxError
|
||||||
features: [import-attributes, globalThis]
|
features: [import-attributes, globalThis]
|
||||||
flags: [module, raw]
|
flags: [module, raw]
|
||||||
---*/
|
---*/
|
||||||
|
@ -29,4 +30,4 @@ import "./ensure-linking-error_FIXTURE.js";
|
||||||
|
|
||||||
import * as x from './import-attribute-1_FIXTURE.js'
|
import * as x from './import-attribute-1_FIXTURE.js'
|
||||||
with
|
with
|
||||||
{ type: 'foo' };
|
{};
|
||||||
|
|
Loading…
Reference in New Issue