Skip to content

Commit eeca762

Browse files
sbc100kripken
andauthored
Update test/test_core.py
Co-authored-by: Alon Zakai <alonzakai@gmail.com>
1 parent 683016e commit eeca762

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9937,7 +9937,7 @@ def setUp(self):
99379937
# MEMORY64=1
99389938
wasm64 = make_run('wasm64', cflags=['--profiling-funcs'],
99399939
settings={'MEMORY64': 1}, require_wasm64=True)
9940-
wasm64_O2 = make_run('wasm64', cflags=['-O2'],
9940+
wasm64_O2 = make_run('wasm64_O2', cflags=['-O2'],
99419941
settings={'MEMORY64': 1}, require_wasm64=True)
99429942
# Run the wasm64 tests with all memory offsets > 4gb. Be careful running this test
99439943
# suite with any kind of parallelism.

0 commit comments

Comments
 (0)