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