diff options
Diffstat (limited to 'test/ctor-eval/gc-2.wast.out')
-rw-r--r-- | test/ctor-eval/gc-2.wast.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ctor-eval/gc-2.wast.out b/test/ctor-eval/gc-2.wast.out index 22b68c33d..cec7f9430 100644 --- a/test/ctor-eval/gc-2.wast.out +++ b/test/ctor-eval/gc-2.wast.out @@ -1,5 +1,5 @@ (module - (type $struct (struct (field i32))) + (type $struct (sub (struct (field i32)))) (type $1 (func (result i32))) (global $ctor-eval$global_4 (ref $struct) (struct.new $struct (i32.const 9999) |