aboutsummaryrefslogtreecommitdiffstats
path: root/_test/meowpp_KD_Tree.cpp
diff options
context:
space:
mode:
Diffstat (limited to '_test/meowpp_KD_Tree.cpp')
-rw-r--r--_test/meowpp_KD_Tree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/meowpp_KD_Tree.cpp b/_test/meowpp_KD_Tree.cpp
index 6cb2e0c..25c18b0 100644
--- a/_test/meowpp_KD_Tree.cpp
+++ b/_test/meowpp_KD_Tree.cpp
@@ -116,7 +116,7 @@ struct Node{
bool operator<(Node const& n) const{ return (id < n.id); }
};
-TEST(KD_Tree){
+TEST(KD_Tree, "It is very slow"){
int t0, t1, t2;