diff options
Diffstat (limited to 'test/ctor-eval/gc-array.wast.out')
-rw-r--r-- | test/ctor-eval/gc-array.wast.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ctor-eval/gc-array.wast.out b/test/ctor-eval/gc-array.wast.out index d78eba852..8da67f758 100644 --- a/test/ctor-eval/gc-array.wast.out +++ b/test/ctor-eval/gc-array.wast.out @@ -12,7 +12,7 @@ (i32.const 1337) )) (export "keepalive" (func $1)) - (func $1 (result i32) + (func $1 (type $none_=>_i32) (result i32) (i32.add (array.get $array (global.get $global1) |