diff options
Diffstat (limited to 'test/memorygrowth-minimal.fromasm.imprecise')
-rw-r--r-- | test/memorygrowth-minimal.fromasm.imprecise | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/memorygrowth-minimal.fromasm.imprecise b/test/memorygrowth-minimal.fromasm.imprecise index 2e984c7ad..914736b0a 100644 --- a/test/memorygrowth-minimal.fromasm.imprecise +++ b/test/memorygrowth-minimal.fromasm.imprecise @@ -2,7 +2,7 @@ (type $i32_=>_i32 (func (param i32) (result i32))) (import "env" "memory" (memory $memory 256)) (export "__growWasmMemory" (func $__growWasmMemory)) - (func $__growWasmMemory (; 0 ;) (; has Stack IR ;) (param $0 i32) (result i32) + (func $__growWasmMemory (; has Stack IR ;) (param $0 i32) (result i32) (memory.grow (local.get $0) ) |