summaryrefslogtreecommitdiffhomepage
path: root/test-lexer.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-03-21 16:06:47 +0100
committerRoland Reichwein <mail@reichwein.it>2020-03-21 16:06:47 +0100
commitcdf001920fde6652b344775589b0524ff6529809 (patch)
tree883ab6232a4c4ca4056b123bff7c7d1cd98c5cf4 /test-lexer.cpp
parent3cc139bce0283018473d4906ee2ea5f40f771255 (diff)
Added Gram::Compiler to CPP (WIP)
Diffstat (limited to 'test-lexer.cpp')
-rw-r--r--test-lexer.cpp2
1 files changed, 1 insertions, 1 deletions
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");