diff options
author | Thomas Lively <tlively@google.com> | 2024-05-29 11:32:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-29 11:32:26 -0700 |
commit | d844d2e77b402d562ade8cf8fd96759b587bf09d (patch) | |
tree | 0bb0dedf7efb8b90e43340292a2c8f4f7fb063a0 /test/lit/validation/global-cycle.wast | |
parent | f622b8e47c69dcbdf2666c795fb3658dc4da52af (diff) | |
download | binaryen-d844d2e77b402d562ade8cf8fd96759b587bf09d.tar.gz binaryen-d844d2e77b402d562ade8cf8fd96759b587bf09d.tar.bz2 binaryen-d844d2e77b402d562ade8cf8fd96759b587bf09d.zip |
Remove obsolete parser code (#6607)
Remove `SExpressionParser`, `SExpressionWasmBuilder`, and `cashew::Parser`.
Simplify gen-s-parser.py. Remove the --new-wat-parser and
--deprecated-wat-parser flags.
Diffstat (limited to 'test/lit/validation/global-cycle.wast')
-rw-r--r-- | test/lit/validation/global-cycle.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/validation/global-cycle.wast b/test/lit/validation/global-cycle.wast index 1887e5716..acba9a3b6 100644 --- a/test/lit/validation/global-cycle.wast +++ b/test/lit/validation/global-cycle.wast @@ -1,4 +1,4 @@ -;; RUN: not wasm-opt %s --new-wat-parser -all 2>&1 | filecheck %s +;; RUN: not wasm-opt %s -all 2>&1 | filecheck %s ;; CHECK: global initializer should only refer to previous globals |