From d844d2e77b402d562ade8cf8fd96759b587bf09d Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Wed, 29 May 2024 11:32:26 -0700 Subject: 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. --- test/lit/validation/global-cycle.wast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lit/validation/global-cycle.wast') 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 -- cgit v1.2.3