Skip to content

Commit 875ae94

Browse files
committed
Retrying without wasm64
1 parent db7ed25 commit 875ae94

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
@@ -5457,7 +5457,7 @@ def test_full_js_library_strict(self):
54575457
# Tests the AudioWorklet demo
54585458
@parameterized({
54595459
'': ([],),
5460-
'memory64': (['-sMEMORY64'],),
5460+
# 'memory64': (['-sMEMORY64'],),
54615461
'with_fs': (['--preload-file', test_file('hello_world.c') + '@/'],),
54625462
'closure': (['--closure', '1', '-Oz'],),
54635463
'asyncify': (['-sASYNCIFY'],),

0 commit comments

Comments
 (0)