Skip to content

Commit b8f9f45

Browse files
authored
Fix typo in wasm64l test suite name. NFC (#16576)
This mismatch can cause very odd crashes in the parallel test runner
1 parent 6eefff6 commit b8f9f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9178,7 +9178,7 @@ def setUp(self):
91789178
wasm64 = make_run('wasm64', emcc_args=[], settings={'MEMORY64': 1},
91799179
require_v8=True, v8_args=['--experimental-wasm-memory64'])
91809180
# MEMORY64=2, or "lowered"
9181-
wasm64l = make_run('wasm64', emcc_args=[], settings={'MEMORY64': 2},
9181+
wasm64l = make_run('wasm64l', emcc_args=[], settings={'MEMORY64': 2},
91829182
node_args=['--experimental-wasm-bigint'])
91839183

91849184
lto0 = make_run('lto0', emcc_args=['-flto', '-O0'])

0 commit comments

Comments
 (0)