Make sure that the test always throws a SyntaxError

This commit is contained in:
Nicolò Ribaudo 2024-01-11 16:43:51 +01:00 committed by Philip Chimento
parent 8b1bd25b49
commit bebce4a5ee
1 changed files with 2 additions and 1 deletions

View File

@ -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' }; {};