diff options
author | Thomas Lively <tlively@google.com> | 2024-04-17 15:31:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-17 15:31:35 -0700 |
commit | 1eedf1e3e76b4650015cec007a9d7f8c4be3898b (patch) | |
tree | 8aeb16e88b8b2d877438a111b74584de1b2e99de /test/lit/help | |
parent | 4a84a4b047021dfefd59d5d6dfd53e55c99f6d8d (diff) | |
download | binaryen-1eedf1e3e76b4650015cec007a9d7f8c4be3898b.tar.gz binaryen-1eedf1e3e76b4650015cec007a9d7f8c4be3898b.tar.bz2 binaryen-1eedf1e3e76b4650015cec007a9d7f8c4be3898b.zip |
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.
Diffstat (limited to 'test/lit/help')
-rw-r--r-- | test/lit/help/wasm-shell.test | 8 |
1 files changed, 0 insertions, 8 deletions
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: |