diff options
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) { |