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 ac5c751fc947144c48380e712df1fdc66b18edcb..7d3ca86a4d60646209979a7e6d58df7a65f66af2 100644 |
--- a/test/cctest/wasm/test-run-wasm-module.cc |
+++ b/test/cctest/wasm/test-run-wasm-module.cc |
@@ -251,7 +251,7 @@ TEST(Run_WasmModule_Serialization) { |
.ToHandleChecked(); |
Handle<Object> params[1] = {Handle<Object>(Smi::FromInt(41), isolate)}; |
int32_t result = testing::CallWasmFunctionForTesting( |
- isolate, instance, thrower, kFunctionName, 1, params, |
+ isolate, instance, &thrower, kFunctionName, 1, params, |
ModuleOrigin::kWasmOrigin); |
CHECK(result == 42); |
new_ctx->Exit(); |