summaryrefslogtreecommitdiffhomepage
path: root/tests/test-cpp.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-11-12 19:02:46 +0100
committerRoland Reichwein <mail@reichwein.it>2020-11-12 19:02:46 +0100
commitbbf81cd21bbe36fe7e613e5411b9d366d8411921 (patch)
treebf9e3c8501d27dddb506ad7e5e36616cd4de6162 /tests/test-cpp.cpp
parent9f28c5b7fb5d97d5b5def918978d4232e5dde31e (diff)
Adjust rules to new bnf
Diffstat (limited to 'tests/test-cpp.cpp')
-rw-r--r--tests/test-cpp.cpp2
1 files changed, 1 insertions, 1 deletions
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) {