diff options
Diffstat (limited to 'test/ctor-eval')
-rw-r--r-- | test/ctor-eval/gc-2.wast.out | 2 | ||||
-rw-r--r-- | test/ctor-eval/gc.wast.out | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/test/ctor-eval/gc.wast.out b/test/ctor-eval/gc.wast.out index 783d27f73..8999d4756 100644 --- a/test/ctor-eval/gc.wast.out +++ b/test/ctor-eval/gc.wast.out @@ -1,5 +1,5 @@ (module - (type $struct (struct (field i32))) + (type $struct (sub (struct (field i32)))) (type $1 (func (param anyref))) (type $2 (func (result i32))) (type $3 (func)) |