| Index: test/mjsunit/wasm/instance-gc.js
|
| diff --git a/test/mjsunit/wasm/instance-gc.js b/test/mjsunit/wasm/instance-gc.js
|
| index e5dd4edaf9bf81ffa8408c108799943bb1266b9e..1713f27b99af2eec16480445d0cc89a09fb264d2 100644
|
| --- a/test/mjsunit/wasm/instance-gc.js
|
| +++ b/test/mjsunit/wasm/instance-gc.js
|
| @@ -12,7 +12,7 @@
|
| function newModule() {
|
| let builder = new WasmModuleBuilder();
|
| builder.addMemory(1, 1, true);
|
| - builder.addFunction("main", kSig_i_v)
|
| + builder.addFunction("main", kSig_i)
|
| .addBody([kExprI32Const, 0, kExprI32LoadMem, 0, 0])
|
| .exportFunc();
|
|
|
|
|