summaryrefslogtreecommitdiffstats
path: root/logd/src/tests/info/info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'logd/src/tests/info/info.cpp')
-rw-r--r--logd/src/tests/info/info.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/logd/src/tests/info/info.cpp b/logd/src/tests/info/info.cpp
deleted file mode 100644
index 438db3c3e7f..00000000000
--- a/logd/src/tests/info/info.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/log/log.h>
-LOG_SETUP("info_test");
-#include <vespa/vespalib/testkit/testapp.h>
-
-TEST_SETUP(Test);
-
-int
-Test::Main()
-{
- TEST_INIT("info_test");
- TEST_DONE();
-}