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 fec0a5227..817145b8e 100644
--- a/test/memorygrowth-minimal.fromasm.imprecise.no-opts
+++ b/test/memorygrowth-minimal.fromasm.imprecise.no-opts
@@ -5,7 +5,7 @@
(import "env" "__memory_base" (global $__memory_base i32))
(import "env" "__table_base" (global $__table_base i32))
(export "__growWasmMemory" (func $__growWasmMemory))
- (func $__growWasmMemory (; 0 ;) (param $newSize i32) (result i32)
+ (func $__growWasmMemory (param $newSize i32) (result i32)
(memory.grow
(local.get $newSize)
)