| Index: test/cctest/wasm/test-run-wasm-module.cc
 | 
| diff --git a/test/cctest/wasm/test-run-wasm-module.cc b/test/cctest/wasm/test-run-wasm-module.cc
 | 
| index 9b1a87f7323dd98f803a51e14e646ad76a6bd11b..a33e215471f51aff4d5ae575f8b8f3a514082841 100644
 | 
| --- a/test/cctest/wasm/test-run-wasm-module.cc
 | 
| +++ b/test/cctest/wasm/test-run-wasm-module.cc
 | 
| @@ -19,7 +19,6 @@ using namespace v8::internal::compiler;
 | 
|  using namespace v8::internal::wasm;
 | 
|  
 | 
|  
 | 
| -#if !V8_TARGET_ARCH_ARM64
 | 
|  // TODO(titzer): fix arm64 frame alignment.
 | 
|  namespace {
 | 
|  void TestModule(WasmModuleIndex* module, int32_t expected_result) {
 | 
| @@ -207,5 +206,3 @@ TEST(Run_WasmModule_Global) {
 | 
|    TestModule(writer->WriteTo(&zone), 97);
 | 
|  }
 | 
|  #endif
 | 
| -
 | 
| -#endif  // !V8_TARGET_ARCH_ARM64
 | 
| 
 |