summaryrefslogtreecommitdiff
path: root/test/gtest
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2024-05-29 11:32:26 -0700
committerGitHub <noreply@github.com>2024-05-29 11:32:26 -0700
commitd844d2e77b402d562ade8cf8fd96759b587bf09d (patch)
tree0bb0dedf7efb8b90e43340292a2c8f4f7fb063a0 /test/gtest
parentf622b8e47c69dcbdf2666c795fb3658dc4da52af (diff)
downloadbinaryen-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/gtest')
-rw-r--r--test/gtest/possible-contents.cpp1
-rw-r--r--test/gtest/print-test.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/gtest/possible-contents.cpp b/test/gtest/possible-contents.cpp
index a49fdfad5..c495a4187 100644
--- a/test/gtest/possible-contents.cpp
+++ b/test/gtest/possible-contents.cpp
@@ -1,7 +1,6 @@
#include "ir/possible-contents.h"
#include "ir/subtypes.h"
#include "parser/wat-parser.h"
-#include "wasm-s-parser.h"
#include "wasm.h"
#include "gtest/gtest.h"
diff --git a/test/gtest/print-test.h b/test/gtest/print-test.h
index 678896eab..5a1c92f7a 100644
--- a/test/gtest/print-test.h
+++ b/test/gtest/print-test.h
@@ -2,7 +2,6 @@
#include "parser/wat-parser.h"
#include "support/colors.h"
-#include "wasm-s-parser.h"
#include "wasm.h"
#include "gtest/gtest.h"