diff options
author | cathook <b01902109@csie.ntu.edu.tw> | 2014-05-02 01:29:33 +0800 |
---|---|---|
committer | cathook <b01902109@csie.ntu.edu.tw> | 2014-05-02 01:29:33 +0800 |
commit | d2d7a49563a8f04bd07264a4a989d5656313d375 (patch) | |
tree | 45812ca8bcc20b59e9f4f4e54bf052eb39a6c0be /_test/meowpp_BinaryIndexTree.cpp | |
parent | 395a4bceaac30588963dacb8e006e9ebbe2ca6dd (diff) | |
download | meow-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.cpp | 2 |
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); |