Index: test/mjsunit/wasm/compiled-module-management.js |
diff --git a/test/mjsunit/wasm/compiled-module-management.js b/test/mjsunit/wasm/compiled-module-management.js |
index 174bfd75826fc0a4079580c2fd83a0e6e307a028..a1bd2ce3c8a3b77d1a7d3c6e7a6d7336598ce9ea 100644 |
--- a/test/mjsunit/wasm/compiled-module-management.js |
+++ b/test/mjsunit/wasm/compiled-module-management.js |
@@ -14,8 +14,8 @@ |
var builder = new WasmModuleBuilder(); |
builder.addMemory(1,1, true); |
- builder.addImport("getValue", kSig_i_v); |
- builder.addFunction("f", kSig_i_v) |
+ builder.addImport("getValue", kSig_i); |
+ builder.addFunction("f", kSig_i) |
.addBody([ |
kExprCallFunction, 0 |
]).exportFunc(); |