Skip to content

Commit

Permalink
Formatting for js test file
Browse files Browse the repository at this point in the history
Co-authored-by: Ms2ger <[email protected]>
  • Loading branch information
ngzhian and Ms2ger authored Nov 5, 2021
1 parent 4ca714e commit cf2480b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/js-api/global/constructor.any.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,5 @@ test(() => {

test(() => {
const argument = { "value": "v128" };
assert_throws_js(TypeError, () =>new WebAssembly.Global(argument));
assert_throws_js(TypeError, () => new WebAssembly.Global(argument));
}, "Construct v128 global");

0 comments on commit cf2480b

Please sign in to comment.