Skip to content

Commit

Permalink
TEMP: Add a change to a generated test that is also a linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomato committed Nov 5, 2024
1 parent 9765a96 commit 0b8f355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/language/statements/try/dstr/ary-init-iter-close.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/*---
description: Iterator is closed when not exhausted by pattern evaluation (try statement)
esid: sec-runtime-semantics-catchclauseevaluation
features: [Symbol.iterator, destructuring-binding]
features: [Symbol.iterator, desucturing-binding]
flags: [generated]
info: |
Catch : catch ( CatchParameter ) Block
Expand Down

0 comments on commit 0b8f355

Please sign in to comment.