summaryrefslogtreecommitdiff
path: root/test/mutable-global.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/mutable-global.wast.fromBinary.noDebugInfo')
-rw-r--r--test/mutable-global.wast.fromBinary.noDebugInfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mutable-global.wast.fromBinary.noDebugInfo b/test/mutable-global.wast.fromBinary.noDebugInfo
index aba18cdc4..7ce80b82d 100644
--- a/test/mutable-global.wast.fromBinary.noDebugInfo
+++ b/test/mutable-global.wast.fromBinary.noDebugInfo
@@ -2,9 +2,9 @@
(type $0 (func))
(import "env" "global-mut" (global $gimport$0 (mut i32)))
(func $0 (; 0 ;) (type $0)
- (set_global $gimport$0
+ (global.set $gimport$0
(i32.add
- (get_global $gimport$0)
+ (global.get $gimport$0)
(i32.const 1)
)
)