Skip to content

Commit 03b301a

Browse files
committed
Correctly checking exit code.
1 parent 3bf0964 commit 03b301a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5407,7 +5407,7 @@ def test(args, expect_fail):
54075407
create_file('a.out.js', 'let origFetch = fetch; fetch = undefined;\n' + js)
54085408
return self.run_browser('a.out.html', '/report_result?exception:fetch is not a function')
54095409
else:
5410-
return self.run_browser('a.out.html', '/report_result?42')
5410+
return self.run_browser('a.out.html', '/report_result?exit:42')
54115411

54125412
test([], expect_fail=False)
54135413
test(['-sLEGACY_VM_SUPPORT'], expect_fail=False)

0 commit comments

Comments
 (0)