mirror of https://github.com/tc39/test262.git
Do not expect specific error type in import-attributes/allow-nlt-before-with.js
Hosts are free to throw whatever error they want during module loading: there is no guarantee that the error thrown due to the import with `type: "foo"` is a SyntaxError.
This commit is contained in:
parent
a1ba783ca3
commit
8b1bd25b49
|
@ -19,7 +19,6 @@ info: |
|
|||
|
||||
negative:
|
||||
phase: resolution
|
||||
type: SyntaxError
|
||||
features: [import-attributes, globalThis]
|
||||
flags: [module, raw]
|
||||
---*/
|
||||
|
|
Loading…
Reference in New Issue