summaryrefslogtreecommitdiff
path: root/tests/tree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tree.cpp')
-rw-r--r--tests/tree.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tree.cpp b/tests/tree.cpp
index ab4cfa2..a33f0b1 100644
--- a/tests/tree.cpp
+++ b/tests/tree.cpp
@@ -2,6 +2,7 @@
#include <forstio/core/tree.h>
namespace {
+/*
SAW_TEST("Tree insert"){
using namespace saw;
@@ -39,4 +40,5 @@ SAW_TEST("Tree add child"){
SAW_EXPECT(eov2.is_value(), "Didn't manage to add to inner tree");
}
}
+*/
}