diff options
Diffstat (limited to 'test/lit/gc-read-write-effects.wast')
-rw-r--r-- | test/lit/gc-read-write-effects.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/gc-read-write-effects.wast b/test/lit/gc-read-write-effects.wast index b7ba2d065..da869e9b9 100644 --- a/test/lit/gc-read-write-effects.wast +++ b/test/lit/gc-read-write-effects.wast @@ -8,7 +8,7 @@ (module ;; CHECK: (type $A (struct (field (mut i32)))) - ;; NOMNL: (type $A (struct_subtype (field (mut i32)) data)) + ;; NOMNL: (type $A (struct (field (mut i32)))) (type $A (struct (field (mut i32)) )) @@ -24,7 +24,7 @@ ;; a.0 = 10 ;; return a.0 ;; - ;; CHECK: (func $test (param $x (ref null $A)) (result i32) + ;; CHECK: (func $test (type $ref?|$A|_=>_i32) (param $x (ref null $A)) (result i32) ;; CHECK-NEXT: (local $y i32) ;; CHECK-NEXT: (local.set $y ;; CHECK-NEXT: (struct.get $A 0 |