From d0621e5820b4ce1b72907f5cdb3c68487ce20c60 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Fri, 14 Apr 2023 17:54:25 -0700 Subject: 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. --- test/lit/help/wasm-ctor-eval.test | 7 ------- 1 file changed, 7 deletions(-) (limited to 'test/lit/help/wasm-ctor-eval.test') diff --git a/test/lit/help/wasm-ctor-eval.test b/test/lit/help/wasm-ctor-eval.test index 34281ea42..2d27f619a 100644 --- a/test/lit/help/wasm-ctor-eval.test +++ b/test/lit/help/wasm-ctor-eval.test @@ -126,13 +126,6 @@ ;; CHECK-NEXT: passes being run. Must be in the form ;; CHECK-NEXT: KEY@VALUE ;; CHECK-NEXT: -;; CHECK-NEXT: --nominal Force all GC type definitions to be -;; CHECK-NEXT: parsed as nominal. -;; CHECK-NEXT: -;; CHECK-NEXT: --hybrid Force all GC type definitions to be -;; CHECK-NEXT: parsed using the isorecursive hybrid type -;; CHECK-NEXT: system. -;; CHECK-NEXT: ;; CHECK-NEXT: --closed-world,-cw Assume code outside of the module does ;; CHECK-NEXT: not inspect or interact with GC and ;; CHECK-NEXT: function references, even if they are -- cgit v1.2.3