From 5aa23922aa336eb800d707b28675e9e8a6790586 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Tue, 5 Nov 2024 11:04:07 -0800 Subject: [PATCH] Fix wasm64l.test_module_wasm_memory. NFC This was broken recently by #22832 --- .circleci/config.yml | 1 + test/core/test_module_wasm_memory.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4a1dda667baae..4226d17be18af 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -640,6 +640,7 @@ jobs: core_2gb.test_*embind* wasm64l.test_hello_world wasm64l.test_bigswitch + wasm64l.test_module_wasm_memory other.test_memory64_proxies other.test_failing_growth_wasm64" - upload-test-results diff --git a/test/core/test_module_wasm_memory.js b/test/core/test_module_wasm_memory.js index 52f74f859fe46..fdf031b1a4ba1 100644 --- a/test/core/test_module_wasm_memory.js +++ b/test/core/test_module_wasm_memory.js @@ -7,7 +7,7 @@ */ Module['wasmMemory'] = new WebAssembly.Memory({ -#if MEMORY64 +#if MEMORY64 == 1 'initial': 256n, 'maximum': 256n, 'address': 'i64',