aboutsummaryrefslogtreecommitdiffstats
path: root/_test/meowpp_BinaryIndexTree.cpp
diff options
context:
space:
mode:
Diffstat (limited to '_test/meowpp_BinaryIndexTree.cpp')
-rw-r--r--_test/meowpp_BinaryIndexTree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/meowpp_BinaryIndexTree.cpp b/_test/meowpp_BinaryIndexTree.cpp
index 3071839..0b81f10 100644
--- a/_test/meowpp_BinaryIndexTree.cpp
+++ b/_test/meowpp_BinaryIndexTree.cpp
@@ -19,7 +19,7 @@ inline int sum(int k){
static meow::BinaryIndexTree<int> bit;
-TEST(BinaryIndexTree){
+TEST(BinaryIndexTree, "Test with large data"){
size_t tMe = 0, tBi = 0, t0;
for(int z = 0; z < 10; z++){
meow::messagePrintf(1, "test %d", z);