diff options
Diffstat (limited to 'test/lit/isorecursive-singleton-group.wast')
-rw-r--r-- | test/lit/isorecursive-singleton-group.wast | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lit/isorecursive-singleton-group.wast b/test/lit/isorecursive-singleton-group.wast index eeb92ac09..c36717376 100644 --- a/test/lit/isorecursive-singleton-group.wast +++ b/test/lit/isorecursive-singleton-group.wast @@ -1,4 +1,4 @@ -;; TODO: Autogenerate these checks! The current script cannot handle `rec`. +;; NOTE: Assertions have been generated by update_lit_checks.py and should not be edited. ;; RUN: wasm-opt %s -all --hybrid -S -o - | filecheck %s ;; RUN: wasm-opt %s -all --hybrid --roundtrip -S -o - | filecheck %s @@ -8,13 +8,13 @@ (module -;; CHECK-NOT: rec -;; CHECK: (type $singleton (struct_subtype data)) (rec + ;; CHECK: (type $singleton (struct_subtype data)) (type $singleton (struct_subtype data)) ) ;; Use the type so it appears in the output. + ;; CHECK: (global $g (ref null $singleton) (ref.null $singleton)) (global $g (ref null $singleton) (ref.null $singleton)) ) |