summaryrefslogtreecommitdiff
path: root/test/mutable-global.wast.from-wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/mutable-global.wast.from-wast')
-rw-r--r--test/mutable-global.wast.from-wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mutable-global.wast.from-wast b/test/mutable-global.wast.from-wast
index 45a2eba6a..e6f53240c 100644
--- a/test/mutable-global.wast.from-wast
+++ b/test/mutable-global.wast.from-wast
@@ -1,7 +1,7 @@
(module
(type $none_=>_none (func))
(import "env" "global-mut" (global $global-mut (mut i32)))
- (func $foo (; 0 ;)
+ (func $foo
(global.set $global-mut
(i32.add
(global.get $global-mut)