From 90d8185ba2be34fa6b6a8f8ce0cbb87e0a9ed0da Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Thu, 31 Aug 2023 14:32:33 -0500 Subject: Remove the GCNNLocals feature (#5080) Now that the WasmGC spec has settled on a way of validating non-nullable locals, we no longer need this experimental feature that allowed nonstandard uses of non-nullable locals. --- test/lit/help/wasm-emscripten-finalize.test | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/lit/help/wasm-emscripten-finalize.test') diff --git a/test/lit/help/wasm-emscripten-finalize.test b/test/lit/help/wasm-emscripten-finalize.test index 641323c74..4005dd911 100644 --- a/test/lit/help/wasm-emscripten-finalize.test +++ b/test/lit/help/wasm-emscripten-finalize.test @@ -128,10 +128,6 @@ ;; CHECK-NEXT: ;; CHECK-NEXT: --disable-memory64 Disable memory64 ;; CHECK-NEXT: -;; CHECK-NEXT: --enable-gc-nn-locals Enable GC non-null locals -;; CHECK-NEXT: -;; CHECK-NEXT: --disable-gc-nn-locals Disable GC non-null locals -;; CHECK-NEXT: ;; CHECK-NEXT: --enable-relaxed-simd Enable relaxed SIMD ;; CHECK-NEXT: ;; CHECK-NEXT: --disable-relaxed-simd Disable relaxed SIMD -- cgit v1.2.3