summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/gtest_runner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/distributor/gtest_runner.cpp')
-rw-r--r--storage/src/tests/distributor/gtest_runner.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/storage/src/tests/distributor/gtest_runner.cpp b/storage/src/tests/distributor/gtest_runner.cpp
deleted file mode 100644
index 7c20f681093..00000000000
--- a/storage/src/tests/distributor/gtest_runner.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
-#include <vespa/vespalib/gtest/gtest.h>
-
-#include <vespa/log/log.h>
-LOG_SETUP("storage_distributor_gtest_runner");
-
-GTEST_MAIN_RUN_ALL_TESTS()