From cdf001920fde6652b344775589b0524ff6529809 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 21 Mar 2020 16:06:47 +0100 Subject: Added Gram::Compiler to CPP (WIP) --- test-lexer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-lexer.cpp') diff --git a/test-lexer.cpp b/test-lexer.cpp index 9f1cb77..23983f1 100644 --- a/test-lexer.cpp +++ b/test-lexer.cpp @@ -29,7 +29,7 @@ protected: }; TEST_F(LexerTest, Lex) { - auto bnf{SubBNF(GetCppBNFLex(), "preprocessing-token")}; + auto bnf{SubBNF(CPPBNF::GetCppBNFLex(), "preprocessing-token")}; Lex::Lexer lexer(bnf, "preprocessing-token"); -- cgit v1.2.3