Skip to content

Commit

Permalink
Update test/js-api/exception/basic.tentative.any.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ms2ger <[email protected]>
  • Loading branch information
aheejin and Ms2ger committed Jul 4, 2024
1 parent 58825f6 commit d8cc934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/js-api/exception/basic.tentative.any.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,6 @@ promise_test(async () => {
const {instance} = await WebAssembly.instantiate(buffer, {
module: { fn, tagI32: tagI32 }
});
result = instance.exports.all_catch_clauses();
const result = instance.exports.all_catch_clauses();
assert_equals(result, 42);
}, "try-table uses all four kinds of catch clauses, one of which catches an exception");

0 comments on commit d8cc934

Please sign in to comment.