Index: test/cctest/wasm/test-run-wasm-64.cc |
diff --git a/test/cctest/wasm/test-run-wasm-64.cc b/test/cctest/wasm/test-run-wasm-64.cc |
index cb87e94aa3838ef9fdce2b8524c7137377c7e251..73836da47b16059a85fab04aba06c7c7b3d547a4 100644 |
--- a/test/cctest/wasm/test-run-wasm-64.cc |
+++ b/test/cctest/wasm/test-run-wasm-64.cc |
@@ -1368,7 +1368,7 @@ WASM_EXEC_TEST(I64Global) { |
REQUIRE(I64And); |
REQUIRE(DepthFirst); |
TestingModule module(execution_mode); |
- int64_t* global = module.AddGlobal<int64_t>(MachineType::Int64()); |
+ int64_t* global = module.AddGlobal<int64_t>(kAstI64); |
WasmRunner<int32_t> r(&module, MachineType::Int32()); |
// global = global + p0 |
BUILD(r, B2(WASM_STORE_GLOBAL( |