| Index: test/cctest/wasm/test-run-wasm.cc
|
| diff --git a/test/cctest/wasm/test-run-wasm.cc b/test/cctest/wasm/test-run-wasm.cc
|
| index fd41cd9d549dcd4fbd650483e948fa1c4d16895a..1a01170687d7937bbee46221a7c833d2dd2b5b60 100644
|
| --- a/test/cctest/wasm/test-run-wasm.cc
|
| +++ b/test/cctest/wasm/test-run-wasm.cc
|
| @@ -1911,8 +1911,6 @@ TEST(Run_Wasm_StoreMemI32_offset) {
|
| }
|
|
|
|
|
| -#if WASM_64
|
| -// TODO(titzer): Figure out why this fails on 32-bit architectures.
|
| TEST(Run_Wasm_StoreMem_offset_oob) {
|
| TestingModule module;
|
| byte* memory = module.AddMemoryElems<byte>(32);
|
| @@ -1949,7 +1947,6 @@ TEST(Run_Wasm_StoreMem_offset_oob) {
|
| }
|
| }
|
| }
|
| -#endif
|
|
|
|
|
| #if WASM_64
|
|
|