summaryrefslogtreecommitdiff
path: root/test/lit/passes/rse-gc.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes/rse-gc.wast')
-rw-r--r--test/lit/passes/rse-gc.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/rse-gc.wast b/test/lit/passes/rse-gc.wast
index 1dbc61574..367f3ce18 100644
--- a/test/lit/passes/rse-gc.wast
+++ b/test/lit/passes/rse-gc.wast
@@ -8,7 +8,7 @@
;; $B is a subtype of $A, and its field has a more refined type (it is non-
;; nullable).
;; CHECK: (type $B (sub $A (struct (field (ref struct)))))
- (type $B (struct_subtype (field (ref struct)) $A))
+ (type $B (sub $A (struct (field (ref struct)))))
;; CHECK: (func $test (type $3)
;; CHECK-NEXT: (local $single (ref func))