diff options
Diffstat (limited to 'test/ctor-eval/gc-array.wast.out')
-rw-r--r-- | test/ctor-eval/gc-array.wast.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ctor-eval/gc-array.wast.out b/test/ctor-eval/gc-array.wast.out index eadedfc48..ed21823b8 100644 --- a/test/ctor-eval/gc-array.wast.out +++ b/test/ctor-eval/gc-array.wast.out @@ -11,8 +11,8 @@ (i32.const 42) (i32.const 1337) )) - (export "keepalive" (func $1)) - (func $1 (type $1) (result i32) + (export "keepalive" (func $keepalive)) + (func $keepalive (type $1) (result i32) (i32.add (array.get $array (global.get $global1) |