From 0c991ef1d567cf87d7be6ab219b70767809b6397 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 1 Dec 2023 18:52:05 +0100 Subject: core: Fixed constexpr string_literal sum --- tests/tree.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/tree.cpp') 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 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"); } } +*/ } -- cgit v1.2.3