diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-11-12 19:02:46 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-11-12 19:02:46 +0100 |
commit | bbf81cd21bbe36fe7e613e5411b9d366d8411921 (patch) | |
tree | bf9e3c8501d27dddb506ad7e5e36616cd4de6162 /tests/test-cpp.cpp | |
parent | 9f28c5b7fb5d97d5b5def918978d4232e5dde31e (diff) |
Adjust rules to new bnf
Diffstat (limited to 'tests/test-cpp.cpp')
-rw-r--r-- | tests/test-cpp.cpp | 2 |
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) { |