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