summaryrefslogtreecommitdiffhomepage
path: root/test-cpp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test-cpp.cpp')
-rw-r--r--test-cpp.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/test-cpp.cpp b/test-cpp.cpp
index 2a67b38..47a57f5 100644
--- a/test-cpp.cpp
+++ b/test-cpp.cpp
@@ -46,7 +46,9 @@ TEST_F(CppTest, preprocessing_tokenize) {
}
#endif
- auto result = cpp.analysis(tokens);
+ auto nodes = cpp.analysis(tokens);
+
+ ASSERT_EQ(nodes.size(), 44);
}
#endif