Index: test/mjsunit/wasm/parallel_compilation.js |
diff --git a/test/mjsunit/wasm/parallel_compilation.js b/test/mjsunit/wasm/parallel_compilation.js |
index 23c5658dcdcbee5ea66e57681cfcc91852dff826..13729990fae585f01bc710d2fe6555b658f50c85 100644 |
--- a/test/mjsunit/wasm/parallel_compilation.js |
+++ b/test/mjsunit/wasm/parallel_compilation.js |
@@ -84,7 +84,7 @@ function assertFunction(module, func) { |
.addBody([ // -- |
kExprGetLocal, 0, // -- |
kExprGetLocal, 1, // -- |
- kExprCallFunction, kArity2, f[i >>> 1].index]) // -- |
+ kExprCallFunction, f[i >>> 1].index]) // -- |
.exportFunc() |
} |
var module = builder.instantiate(); |