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 3bf0964 commit 03b301aCopy full SHA for 03b301a
test/test_browser.py
@@ -5407,7 +5407,7 @@ def test(args, expect_fail):
5407
create_file('a.out.js', 'let origFetch = fetch; fetch = undefined;\n' + js)
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')
+ return self.run_browser('a.out.html', '/report_result?exit:42')
5411
5412
test([], expect_fail=False)
5413
test(['-sLEGACY_VM_SUPPORT'], expect_fail=False)
0 commit comments