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