Chromium Code Reviews| Index: test/mjsunit/wasm/ffi.js |
| diff --git a/test/mjsunit/wasm/ffi.js b/test/mjsunit/wasm/ffi.js |
| index 4b503efce43b289fb98adfd19e0e6367121eb26e..5966ec8c5ea2634592ba401ec2508741bb3606f3 100644 |
| --- a/test/mjsunit/wasm/ffi.js |
| +++ b/test/mjsunit/wasm/ffi.js |
| @@ -94,7 +94,7 @@ |
| var builder = new WasmModuleBuilder(); |
| - var sig_index = builder.addType(kSig_d_v); |
| + var sig_index = builder.addType(kSig_d); |
| builder.addImport("func", sig_index); |
| builder.addFunction("main", sig_index) |
| .addBody([ |