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.fromBinary2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mutable-global.wast.fromBinary b/test/mutable-global.wast.fromBinary
index 1a4730a1e..c115bbd4c 100644
--- a/test/mutable-global.wast.fromBinary
+++ b/test/mutable-global.wast.fromBinary
@@ -1,7 +1,7 @@
(module
(type $0 (func))
(import "env" "global-mut" (global $global-mut (mut i32)))
- (func $foo
+ (func $foo (type $0)
(global.set $global-mut
(i32.add
(global.get $global-mut)