summaryrefslogtreecommitdiff
path: root/test/memorygrowth-minimal.fromasm.imprecise.no-opts
diff options
context:
space:
mode:
Diffstat (limited to 'test/memorygrowth-minimal.fromasm.imprecise.no-opts')
-rw-r--r--test/memorygrowth-minimal.fromasm.imprecise.no-opts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/memorygrowth-minimal.fromasm.imprecise.no-opts b/test/memorygrowth-minimal.fromasm.imprecise.no-opts
index 7a07ac465..70f1600f3 100644
--- a/test/memorygrowth-minimal.fromasm.imprecise.no-opts
+++ b/test/memorygrowth-minimal.fromasm.imprecise.no-opts
@@ -5,7 +5,7 @@
(import "env" "__table_base" (global $__table_base i32))
(export "__growWasmMemory" (func $__growWasmMemory))
(func $__growWasmMemory (; 0 ;) (param $newSize i32) (result i32)
- (grow_memory
+ (memory.grow
(local.get $newSize)
)
)