Skip to content

Commit 34b1afd

Browse files
committed
Extra test.
1 parent 5b37c95 commit 34b1afd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_browser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5428,6 +5428,7 @@ def test(args, expect_fail):
54285428
else:
54295429
return self.run_browser('a.out.html', '/report_result?exit:0')
54305430

5431+
test([], expect_fail=False)
54315432
test([], expect_fail=True)
54325433
test(['-sLEGACY_VM_SUPPORT'], expect_fail=False)
54335434
test(['-sLEGACY_VM_SUPPORT', '-sNO_POLYFILL'], expect_fail=True)

0 commit comments

Comments
 (0)