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/wasm2js.test | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/lit/help/wasm2js.test') diff --git a/test/lit/help/wasm2js.test b/test/lit/help/wasm2js.test index ce2748343..16c6c45fc 100644 --- a/test/lit/help/wasm2js.test +++ b/test/lit/help/wasm2js.test @@ -620,11 +620,6 @@ ;; CHECK-NEXT: --nominal Force all GC type definitions to ;; CHECK-NEXT: be parsed as nominal. ;; CHECK-NEXT: -;; CHECK-NEXT: --structural Force all GC type definitions to -;; CHECK-NEXT: be parsed as structural (i.e. -;; CHECK-NEXT: equirecursive). This is the -;; CHECK-NEXT: default. -;; CHECK-NEXT: ;; CHECK-NEXT: --hybrid Force all GC type definitions to ;; CHECK-NEXT: be parsed using the isorecursive ;; CHECK-NEXT: hybrid type system. -- cgit v1.2.3