Skip to content

Commit 3bf0964

Browse files
committed
Tweaks.
1 parent db4a31d commit 3bf0964

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
@@ -5401,7 +5401,7 @@ def test_fetch_polyfill_preload(self):
54015401
''' % path)
54025402

54035403
def test(args, expect_fail):
5404-
self.compile_btest('main.cpp', ['--preload-file', path, '-o', '-sEXIT_RUNTIME', 'a.out.html'] + args)
5404+
self.compile_btest('main.cpp', ['-sEXIT_RUNTIME', '--preload-file', path, '-o', 'a.out.html'] + args)
54055405
if expect_fail:
54065406
js = read_file('a.out.js')
54075407
create_file('a.out.js', 'let origFetch = fetch; fetch = undefined;\n' + js)

0 commit comments

Comments
 (0)