From 1eedf1e3e76b4650015cec007a9d7f8c4be3898b Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Wed, 17 Apr 2024 15:31:35 -0700 Subject: Remove unused options from wasm-shell (#6508) None of our tests exercised the --entry or --skip options in wasm-shell, and since wasm-shell is probably not used for anything outside our testing, there's no reason to keep them. Remove them. --- test/lit/help/wasm-shell.test | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test/lit/help/wasm-shell.test') diff --git a/test/lit/help/wasm-shell.test b/test/lit/help/wasm-shell.test index c93045ef9..8214c06f9 100644 --- a/test/lit/help/wasm-shell.test +++ b/test/lit/help/wasm-shell.test @@ -6,14 +6,6 @@ ;; CHECK-NEXT: ================================================================================ ;; CHECK-NEXT: ;; CHECK-NEXT: -;; CHECK-NEXT: wasm-shell options: -;; CHECK-NEXT: ------------------- -;; CHECK-NEXT: -;; CHECK-NEXT: --entry,-e Call the entry point after parsing the module -;; CHECK-NEXT: -;; CHECK-NEXT: --skip,-s Skip input on certain lines (comma-separated-list) -;; CHECK-NEXT: -;; CHECK-NEXT: ;; CHECK-NEXT: General options: ;; CHECK-NEXT: ---------------- ;; CHECK-NEXT: -- cgit v1.2.3