| Index: test/mjsunit/wasm/divrem-trap.js | 
| diff --git a/test/mjsunit/wasm/divrem-trap.js b/test/mjsunit/wasm/divrem-trap.js | 
| index 7819ee59456d93d853af4519afba365183120d5b..6f3ff5db7369733a7aa8bf667c01ec183c579173 100644 | 
| --- a/test/mjsunit/wasm/divrem-trap.js | 
| +++ b/test/mjsunit/wasm/divrem-trap.js | 
| @@ -33,7 +33,7 @@ function assertTraps(code, msg) { | 
| function makeBinop(opcode) { | 
| var builder = new WasmModuleBuilder(); | 
|  | 
| -  builder.addFunction("main", [kAstI32, kAstI32, kAstI32]) | 
| +  builder.addFunction("main", kSig_i_ii) | 
| .addBody([ | 
| kExprGetLocal, 0,           // -- | 
| kExprGetLocal, 1,           // -- | 
|  |