Skip to content

Commit

Permalink
Fix the phase in tests about invalid JSON module bindings (#4348)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo authored Dec 17, 2024
1 parent d7fa2a1 commit 36687a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/language/import/import-attributes/json-invalid.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ info: |
flags: [module]
features: [import-attributes, json-modules]
negative:
phase: parse
phase: resolution
type: SyntaxError
---*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info: |
flags: [module]
features: [import-attributes, json-modules]
negative:
phase: parse
phase: resolution
type: SyntaxError
---*/

Expand Down

0 comments on commit 36687a5

Please sign in to comment.