We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c641c commit 93bf10bCopy full SHA for 93bf10b
test/js-api/jsapi.js
@@ -647,7 +647,7 @@ test(() => {
647
assert_true(WebAssembly.validate(complexImportingModuleBinary));
648
assert_false(WebAssembly.validate(moduleBinaryImporting2Memories));
649
assert_false(WebAssembly.validate(moduleBinaryWithMemSectionAndMemImport));
650
-}, "'WebAssembly.validate' method"),
+}, "'WebAssembly.validate' method");
651
652
test(() => {
653
const compileDesc = Object.getOwnPropertyDescriptor(WebAssembly, 'compile');
0 commit comments