summaryrefslogtreecommitdiffstats
path: root/documentapi/src/tests/loadtypes/testrunner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'documentapi/src/tests/loadtypes/testrunner.cpp')
-rw-r--r--documentapi/src/tests/loadtypes/testrunner.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/documentapi/src/tests/loadtypes/testrunner.cpp b/documentapi/src/tests/loadtypes/testrunner.cpp
deleted file mode 100644
index 78f58b1168e..00000000000
--- a/documentapi/src/tests/loadtypes/testrunner.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/vdstestlib/cppunit/cppunittestrunner.h>
-
-#include <vespa/log/log.h>
-LOG_SETUP("storagecppunittests");
-
-int
-main(int argc, const char *argv[])
-{
- vdstestlib::CppUnitTestRunner testRunner;
- return testRunner.run(argc, argv);
-}