summaryrefslogtreecommitdiffstats
path: root/dom/promise/tests/test_webassembly_compile.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/promise/tests/test_webassembly_compile.html')
-rw-r--r--dom/promise/tests/test_webassembly_compile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/promise/tests/test_webassembly_compile.html b/dom/promise/tests/test_webassembly_compile.html
index 351f0f4ae4..5a1e669e0a 100644
--- a/dom/promise/tests/test_webassembly_compile.html
+++ b/dom/promise/tests/test_webassembly_compile.html
@@ -207,7 +207,7 @@ function compileStreamingDoubleUseFail() {
})
.then(
() => ok(false, "should have failed on second use"),
- err => { ok(true, "failed on second use"); runTest(); }
+ () => { ok(true, "failed on second use"); runTest(); }
);
});
}