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 7f480123180af0508bc5f5ef86e8726755ec842b..2bcd538f5fe139069dfc42e379a59d826115ecca 100644 |
--- a/test/cctest/wasm/test-run-wasm-64.cc |
+++ b/test/cctest/wasm/test-run-wasm-64.cc |
@@ -206,8 +206,7 @@ TEST(Run_WasmCallI64Parameter) { |
uint32_t index = t.CompileAndAdd(); |
// Build the calling function. |
- WasmRunner<int32_t> r; |
- r.env()->module = &module; |
+ WasmRunner<int32_t> r(&module); |
BUILD( |
r, |
WASM_I32_CONVERT_I64(WASM_CALL_FUNCTION( |