Skip to content

Commit 94da660

Browse files
Liedtkemoz-wptsync-bot
authored andcommitted
Bug 2028093 [wpt PR 58859] - [wasm][js-api] WebAssembly.Exception.length should be 2, a=testonly
Automatic update from web-platform-tests [wasm][js-api] Update WebAssembly.Exception.length to 2 (#58859) This is a copy of WebAssembly/spec#2123. -- wpt-commits: 288c467d350ec4b8e4fbc7f2ccb6119293186611 wpt-pr: 58859
1 parent 00238ef commit 94da660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testing/web-platform/tests/wasm/jsapi/exception/constructor.tentative.any.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test(() => {
1010
}, "name");
1111

1212
test(() => {
13-
assert_function_length(WebAssembly.Exception, 1, "WebAssembly.Exception");
13+
assert_function_length(WebAssembly.Exception, 2, "WebAssembly.Exception");
1414
}, "length");
1515

1616
test(() => {

0 commit comments

Comments
 (0)