summaryrefslogtreecommitdiffhomepage
path: root/test-cpp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test-cpp.cpp')
-rw-r--r--test-cpp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-cpp.cpp b/test-cpp.cpp
index 8a9b7cb..e5b2a1a 100644
--- a/test-cpp.cpp
+++ b/test-cpp.cpp
@@ -42,7 +42,7 @@ TEST_F(CppTest, preprocessing_tokenize) {
auto nodes = cpp.analysis(tokens);
- ASSERT_EQ(nodes.size(), 44);
+ ASSERT_EQ(nodes.size(), 60/*44*/);
}
TEST_F(CppTest, preprocessing_tokenize_compile_error) {