summaryrefslogtreecommitdiffhomepage
path: root/test-lexer.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-01-29 21:52:35 +0100
committerRoland Reichwein <mail@reichwein.it>2020-01-29 21:52:35 +0100
commit1f3f7c2693686d847bf1a9bb3e47a023fe9d7992 (patch)
tree032ee62d5c19b54f64b6fcb3a1aa941d2dc31c62 /test-lexer.cpp
parentb97f6b86b85553acd3863ee18a67b8868e0ea7b4 (diff)
New algo
Diffstat (limited to 'test-lexer.cpp')
-rw-r--r--test-lexer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test-lexer.cpp b/test-lexer.cpp
index e85fc5c..3a4ed2a 100644
--- a/test-lexer.cpp
+++ b/test-lexer.cpp
@@ -95,8 +95,6 @@ TEST_F(Test, BNF) {
Gram::Compiler compiler(bnf, Top);
auto Tree = compiler.compile(tokens);
- ASSERT_TRUE(Tree.Valid(Top));
-
Tree.Dump();
}