Fix the `phase` in tests about invalid JSON module bindings (#4348)

This commit is contained in:
Nicolò Ribaudo 2024-12-17 15:56:48 +01:00 committed by GitHub
parent d7fa2a1163
commit 36687a502c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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
---*/ ---*/

View File

@ -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
---*/ ---*/