From 1f3f7c2693686d847bf1a9bb3e47a023fe9d7992 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 29 Jan 2020 21:52:35 +0100 Subject: New algo --- test-lexer.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test-lexer.cpp') 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(); } -- cgit v1.2.3