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_VP_Tree.cpp | |
parent | 395a4bceaac30588963dacb8e006e9ebbe2ca6dd (diff) | |
download | meow-d2d7a49563a8f04bd07264a4a989d5656313d375.tar.gz meow-d2d7a49563a8f04bd07264a4a989d5656313d375.tar.zst meow-d2d7a49563a8f04bd07264a4a989d5656313d375.zip |
update test
Diffstat (limited to '_test/meowpp_VP_Tree.cpp')
-rw-r--r-- | _test/meowpp_VP_Tree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/meowpp_VP_Tree.cpp b/_test/meowpp_VP_Tree.cpp index c01db38..503cde6 100644 --- a/_test/meowpp_VP_Tree.cpp +++ b/_test/meowpp_VP_Tree.cpp @@ -110,7 +110,7 @@ static std::vector<MyVector> find(MyVector const& v, int k){ return ret; } -TEST(VP_Tree){ +TEST(VP_Tree, "A little bit slow"){ int t0, t1, t2; meow::VP_Tree<MyVector, lnt> tree(D); |