aboutsummaryrefslogtreecommitdiffstats
path: root/_test/meowpp_BinaryIndexTree.cpp
diff options
context:
space:
mode:
authorcathook <b01902109@csie.ntu.edu.tw>2014-05-02 01:29:33 +0800
committercathook <b01902109@csie.ntu.edu.tw>2014-05-02 01:29:33 +0800
commitd2d7a49563a8f04bd07264a4a989d5656313d375 (patch)
tree45812ca8bcc20b59e9f4f4e54bf052eb39a6c0be /_test/meowpp_BinaryIndexTree.cpp
parent395a4bceaac30588963dacb8e006e9ebbe2ca6dd (diff)
downloadmeow-d2d7a49563a8f04bd07264a4a989d5656313d375.tar
meow-d2d7a49563a8f04bd07264a4a989d5656313d375.tar.gz
meow-d2d7a49563a8f04bd07264a4a989d5656313d375.tar.bz2
meow-d2d7a49563a8f04bd07264a4a989d5656313d375.tar.lz
meow-d2d7a49563a8f04bd07264a4a989d5656313d375.tar.xz
meow-d2d7a49563a8f04bd07264a4a989d5656313d375.tar.zst
meow-d2d7a49563a8f04bd07264a4a989d5656313d375.zip
update test
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);