mirror of https://github.com/tc39/test262.git
Fix the `phase` in tests about invalid JSON module bindings (#4348)
This commit is contained in:
parent
d7fa2a1163
commit
36687a502c
|
@ -14,7 +14,7 @@ info: |
|
||||||
flags: [module]
|
flags: [module]
|
||||||
features: [import-attributes, json-modules]
|
features: [import-attributes, json-modules]
|
||||||
negative:
|
negative:
|
||||||
phase: parse
|
phase: resolution
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ info: |
|
||||||
flags: [module]
|
flags: [module]
|
||||||
features: [import-attributes, json-modules]
|
features: [import-attributes, json-modules]
|
||||||
negative:
|
negative:
|
||||||
phase: parse
|
phase: resolution
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue