From 2c0fb8c513b3534576383d250c593a9bd28347e3 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Tue, 22 Nov 2022 23:41:49 -0600 Subject: Remove equirecursive typing (#5240) Equirecursive is no longer standards track and its implementation is extremely complex. Remove it. --- test/lit/help/wasm-dis.test | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/lit/help/wasm-dis.test') 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. -- cgit v1.2.3