summaryrefslogtreecommitdiff
path: root/test/lit/help/wasm-dis.test
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2022-11-22 23:41:49 -0600
committerGitHub <noreply@github.com>2022-11-23 05:41:49 +0000
commit2c0fb8c513b3534576383d250c593a9bd28347e3 (patch)
tree993b23de3e8e5007fd3a32242cda95e7172ad765 /test/lit/help/wasm-dis.test
parent853b31ec89416bef0014e06f2defaef74f47b81e (diff)
downloadbinaryen-2c0fb8c513b3534576383d250c593a9bd28347e3.tar.gz
binaryen-2c0fb8c513b3534576383d250c593a9bd28347e3.tar.bz2
binaryen-2c0fb8c513b3534576383d250c593a9bd28347e3.zip
Remove equirecursive typing (#5240)
Equirecursive is no longer standards track and its implementation is extremely complex. Remove it.
Diffstat (limited to 'test/lit/help/wasm-dis.test')
-rw-r--r--test/lit/help/wasm-dis.test4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/lit/help/wasm-dis.test b/test/lit/help/wasm-dis.test
index f6baf0467..c0f0b6f38 100644
--- a/test/lit/help/wasm-dis.test
+++ b/test/lit/help/wasm-dis.test
@@ -115,10 +115,6 @@
;; CHECK-NEXT: --nominal Force all GC type definitions to be
;; CHECK-NEXT: parsed as nominal.
;; CHECK-NEXT:
-;; CHECK-NEXT: --structural Force all GC type definitions to be
-;; CHECK-NEXT: parsed as structural (i.e.
-;; CHECK-NEXT: equirecursive). This is the default.
-;; CHECK-NEXT:
;; CHECK-NEXT: --hybrid Force all GC type definitions to be
;; CHECK-NEXT: parsed using the isorecursive hybrid type
;; CHECK-NEXT: system.