| Index: test/mjsunit/wasm/params.js
|
| diff --git a/test/mjsunit/wasm/params.js b/test/mjsunit/wasm/params.js
|
| index 180ab1c6fb7ce61955584bb253dc75ed94ed2da3..fe1b7d4cfef9e9268aa5700485020694753ae52a 100644
|
| --- a/test/mjsunit/wasm/params.js
|
| +++ b/test/mjsunit/wasm/params.js
|
| @@ -79,7 +79,7 @@ function testSelect10(t) {
|
| print("type = " + t + ", which = " + which);
|
|
|
| var builder = new WasmModuleBuilder();
|
| - builder.addFunction("select", [10,t,t,t,t,t,t,t,t,t,t,1,t])
|
| + builder.addFunction("select", makeSig([t,t,t,t,t,t,t,t,t,t], [t]))
|
| .addBody([kExprGetLocal, which])
|
| .exportFunc();
|
|
|
|
|