Index: test/mjsunit/wasm/receiver.js |
diff --git a/test/mjsunit/wasm/receiver.js b/test/mjsunit/wasm/receiver.js |
index 97a6d94c9bc6305f7ddb8f7738d82bd5d5b79a4d..c0070f8b913d703f203c260e16498bbc6b959f6d 100644 |
--- a/test/mjsunit/wasm/receiver.js |
+++ b/test/mjsunit/wasm/receiver.js |
@@ -16,7 +16,7 @@ |
.addBody([ |
kExprGetLocal, 0, // -- |
kExprGetLocal, 1, // -- |
- kExprCallFunction, 0]) // -- |
+ kExprCallImport, 2, 0]) // -- |
.exportAs("main"); |
var main = builder.instantiate({func: func}).exports.main; |