summaryrefslogtreecommitdiff
path: root/test/lit/passes/signature-refining-isorecursive.wast
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2023-04-14 17:54:25 -0700
committerGitHub <noreply@github.com>2023-04-14 17:54:25 -0700
commitd0621e5820b4ce1b72907f5cdb3c68487ce20c60 (patch)
tree60832f328708f01ea6eed4cffc2da95cccc58c70 /test/lit/passes/signature-refining-isorecursive.wast
parent56fe22d30ddd4deac619e41824fc69079dcd7a47 (diff)
downloadbinaryen-d0621e5820b4ce1b72907f5cdb3c68487ce20c60.tar.gz
binaryen-d0621e5820b4ce1b72907f5cdb3c68487ce20c60.tar.bz2
binaryen-d0621e5820b4ce1b72907f5cdb3c68487ce20c60.zip
Remove the --hybrid and --nominal command line options (#5669)
After this change, the only type system usable from the tools will be the standard isorecursive type system. The nominal type system is still usable via the API, but it will be removed entirely in a follow-on PR.
Diffstat (limited to 'test/lit/passes/signature-refining-isorecursive.wast')
-rw-r--r--test/lit/passes/signature-refining-isorecursive.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/signature-refining-isorecursive.wast b/test/lit/passes/signature-refining-isorecursive.wast
index b51b0cf8a..1eab7b6af 100644
--- a/test/lit/passes/signature-refining-isorecursive.wast
+++ b/test/lit/passes/signature-refining-isorecursive.wast
@@ -1,5 +1,5 @@
;; NOTE: Assertions have been generated by update_lit_checks.py --all-items and should not be edited.
-;; RUN: foreach %s %t wasm-opt --hybrid --signature-refining -all -S -o - | filecheck %s
+;; RUN: foreach %s %t wasm-opt --signature-refining -all -S -o - | filecheck %s
(module
;; The signature should be refined to a single self-referential type.