Index: test/mjsunit/wasm/gc-frame.js |
diff --git a/test/mjsunit/wasm/gc-frame.js b/test/mjsunit/wasm/gc-frame.js |
index 3b9b7b7d74a2e1ec2e8f3164b5bc0f085ac74fbe..5fa9b05eec7f0c9c33430ae36ba1c28a514e6b33 100644 |
--- a/test/mjsunit/wasm/gc-frame.js |
+++ b/test/mjsunit/wasm/gc-frame.js |
@@ -10,7 +10,7 @@ load("test/mjsunit/wasm/wasm-module-builder.js"); |
function makeFFI(func, t) { |
var builder = new WasmModuleBuilder(); |
- var sig_index = builder.addSignature([t,t,t,t,t,t,t,t,t,t,t]); |
+ var sig_index = builder.addSignature([10,t,t,t,t,t,t,t,t,t,t,1,t]); |
builder.addImport("func", sig_index); |
// Try to create a frame with lots of spilled values and parameters |
// on the stack to try to catch GC bugs in the reference maps for |