summaryrefslogtreecommitdiffhomepage
path: root/test-lexer.cpp
diff options
context:
space:
mode:
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");