diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2022-02-09 07:54:24 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-09 07:54:24 -0800 |
commit | 902bb49c3612dd82b6f662a21486533d95eed67e (patch) | |
tree | ff088d54d5116481138b83405664c4811fe44f3d | |
parent | 8191cb181f8b5747b969776db1de29253d58ade8 (diff) | |
download | binaryen-902bb49c3612dd82b6f662a21486533d95eed67e.tar.gz binaryen-902bb49c3612dd82b6f662a21486533d95eed67e.tar.bz2 binaryen-902bb49c3612dd82b6f662a21486533d95eed67e.zip |
Add missing check prefixes after #4509 (#4512)
-rw-r--r-- | test/lit/fuzz-types/isorecursive.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/fuzz-types/isorecursive.test b/test/lit/fuzz-types/isorecursive.test index 1425962d6..33b7974b3 100644 --- a/test/lit/fuzz-types/isorecursive.test +++ b/test/lit/fuzz-types/isorecursive.test @@ -22,5 +22,5 @@ ;; CHECK-NEXT: (type $16 (array_subtype (mut (rtt 0 extern)) $2)) ;; CHECK-NEXT: (type $17 (struct_subtype (field funcref f64 (mut (rtt $10)) (ref null $15) i8 (ref null $7)) $14)) ;; CHECK-NEXT: (type $18 (struct_subtype (field (mut i8) (rtt $0)) $12)) - (type $19 (func_subtype (param i31ref) (result (ref extern)) $15)) -) +;; CHECK-NEXT: (type $19 (func_subtype (param i31ref) (result (ref extern)) $15)) +;; CHECK-NEXT: ) |