Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
aheejin committed Jun 27, 2024
1 parent 733b618 commit 58825f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/js-api/exception/basic.tentative.any.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ promise_test(async () => {
kExprEnd,
kExprReturn,
kExprEnd,
kExprUnreachable,
kExprBr, 2,
kExprEnd,
kExprDrop,
Expand All @@ -166,7 +165,7 @@ promise_test(async () => {
kExprEnd,
kExprDrop,
kExprEnd,
kExprI32Const, 33,
kExprI32Const, 0,
])
.exportFunc();

Expand Down

0 comments on commit 58825f6

Please sign in to comment.