Index: test/mjsunit/wasm/gc-frame.js |
diff --git a/test/mjsunit/wasm/gc-frame.js b/test/mjsunit/wasm/gc-frame.js |
index 9e9aa989997b32b379f1e72404e63d638f70abad..9c37fe485f86f110637026f2255f02c825bab577 100644 |
--- a/test/mjsunit/wasm/gc-frame.js |
+++ b/test/mjsunit/wasm/gc-frame.js |
@@ -27,8 +27,7 @@ |
kExprGetLocal, 7, // -- |
kExprGetLocal, 8, // -- |
kExprGetLocal, 9, // -- |
- kExprCallFunction, 0, // -- |
- kExprDrop, // -- |
+ kExprCallImport, 10, 0, // -- |
kExprGetLocal, 0, // -- |
kExprGetLocal, 1, // -- |
kExprGetLocal, 2, // -- |
@@ -39,7 +38,7 @@ |
kExprGetLocal, 7, // -- |
kExprGetLocal, 8, // -- |
kExprGetLocal, 9, // -- |
- kExprCallFunction, 0, // -- |
+ kExprCallImport, 10, 0 // -- |
]) // -- |
.exportFunc(); |