summaryrefslogtreecommitdiff
path: root/test/gtest/wat-lexer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest/wat-lexer.cpp')
-rw-r--r--test/gtest/wat-lexer.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/gtest/wat-lexer.cpp b/test/gtest/wat-lexer.cpp
index 8e31b9ab9..baead9ab9 100644
--- a/test/gtest/wat-lexer.cpp
+++ b/test/gtest/wat-lexer.cpp
@@ -77,9 +77,6 @@ TEST(LexerTest, LexBlockComment) {
}
TEST(LexerTest, LexParens) {
- Token left{"("sv, LParenTok{}};
- Token right{")"sv, RParenTok{}};
-
Lexer lexer("(())"sv);
ASSERT_FALSE(lexer.empty());