summaryrefslogtreecommitdiff
path: root/test/grow_memory.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/grow_memory.wast.fromBinary.noDebugInfo')
-rw-r--r--test/grow_memory.wast.fromBinary.noDebugInfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/grow_memory.wast.fromBinary.noDebugInfo b/test/grow_memory.wast.fromBinary.noDebugInfo
index 9b8b8ee5e..13ce0d823 100644
--- a/test/grow_memory.wast.fromBinary.noDebugInfo
+++ b/test/grow_memory.wast.fromBinary.noDebugInfo
@@ -5,9 +5,9 @@
(export "memory" (memory $0))
(export "grow" (func $0))
(export "current" (func $1))
- (func $0 (; 0 ;) (type $0) (param $var$0 i32) (result i32)
+ (func $0 (; 0 ;) (type $0) (param $0 i32) (result i32)
(grow_memory
- (get_local $var$0)
+ (get_local $0)
)
)
(func $1 (; 1 ;) (type $1) (result i32)