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