We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a027b7 commit 9b415a6Copy full SHA for 9b415a6
test/test_browser.py
@@ -5408,7 +5408,7 @@ def test(args, expect_fail):
5408
return self.run_browser('a.out.html', '/report_result?exception:fetch is not a function')
5409
else:
5410
return self.run_browser('a.out.html', '/report_result?42')
5411
-
+
5412
test([], expect_fail=False)
5413
test(['-sLEGACY_VM_SUPPORT'], expect_fail=False)
5414
test(['-sLEGACY_VM_SUPPORT', '-sNO_POLYFILL'], expect_fail=True)
0 commit comments