aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/predicate/predicate_tree_annotator_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-06-21 11:35:00 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2024-06-21 11:44:46 +0000
commitf8fe2d21f466ef61d778ac0dde11e7d3d73dabde (patch)
tree83da190b8084eff3fb5f9e60bc6235c39d321236 /searchlib/src/tests/predicate/predicate_tree_annotator_test.cpp
parente5830ec7669b33c66b3d4d1ecb2a84bbc2b00510 (diff)
Gather 13 tests into single binary
Diffstat (limited to 'searchlib/src/tests/predicate/predicate_tree_annotator_test.cpp')
-rw-r--r--searchlib/src/tests/predicate/predicate_tree_annotator_test.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/searchlib/src/tests/predicate/predicate_tree_annotator_test.cpp b/searchlib/src/tests/predicate/predicate_tree_annotator_test.cpp
index fa586153f19..4d71f585910 100644
--- a/searchlib/src/tests/predicate/predicate_tree_annotator_test.cpp
+++ b/searchlib/src/tests/predicate/predicate_tree_annotator_test.cpp
@@ -10,9 +10,6 @@
#include <vespa/vespalib/testkit/test_kit.h>
#include <sstream>
-#include <vespa/log/log.h>
-LOG_SETUP("PredicateTreeAnnotator_test");
-
using document::Predicate;
using std::ostringstream;
using std::pair;
@@ -403,5 +400,3 @@ TEST("require that open range works") {
}
} // namespace
-
-TEST_MAIN() { TEST_RUN_ALL(); }