summaryrefslogtreecommitdiffstats
path: root/searchcorespi/src/tests/plugin/factoryregistry_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcorespi/src/tests/plugin/factoryregistry_test.cpp')
-rw-r--r--searchcorespi/src/tests/plugin/factoryregistry_test.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/searchcorespi/src/tests/plugin/factoryregistry_test.cpp b/searchcorespi/src/tests/plugin/factoryregistry_test.cpp
index 16cb03a5496..3c0214576c8 100644
--- a/searchcorespi/src/tests/plugin/factoryregistry_test.cpp
+++ b/searchcorespi/src/tests/plugin/factoryregistry_test.cpp
@@ -1,14 +1,10 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-// Unit tests for factoryregistry.
-
-#include <vespa/log/log.h>
-LOG_SETUP("factoryregistry_test");
-#include <vespa/fastos/fastos.h>
#include <vespa/searchcorespi/plugin/factoryregistry.h>
#include <vespa/searchcorespi/plugin/iindexmanagerfactory.h>
#include <vespa/vespalib/stllike/string.h>
#include <vespa/vespalib/testkit/testapp.h>
+#include <vespa/vespalib/util/exceptions.h>
using vespalib::string;
using namespace searchcorespi;