From bbf81cd21bbe36fe7e613e5411b9d366d8411921 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 12 Nov 2020 19:02:46 +0100 Subject: Adjust rules to new bnf --- tests/test-cpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-cpp.cpp b/tests/test-cpp.cpp index 5d997f1..39e1513 100644 --- a/tests/test-cpp.cpp +++ b/tests/test-cpp.cpp @@ -42,7 +42,7 @@ TEST_F(CppTest, preprocessing_tokenize) { auto nodes = cpp.analysis(tokens); - ASSERT_EQ(nodes.size(), 58/*44*/); + ASSERT_EQ(nodes.size(), 43); } TEST_F(CppTest, preprocessing_tokenize_empty) { -- cgit v1.2.3