Skip to content

Commit 9b415a6

Browse files
committed
Tweaks
1 parent 8a027b7 commit 9b415a6

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
@@ -5408,7 +5408,7 @@ def test(args, expect_fail):
54085408
return self.run_browser('a.out.html', '/report_result?exception:fetch is not a function')
54095409
else:
54105410
return self.run_browser('a.out.html', '/report_result?42')
5411-
5411+
54125412
test([], expect_fail=False)
54135413
test(['-sLEGACY_VM_SUPPORT'], expect_fail=False)
54145414
test(['-sLEGACY_VM_SUPPORT', '-sNO_POLYFILL'], expect_fail=True)

0 commit comments

Comments
 (0)