summaryrefslogtreecommitdiffstats
path: root/logd/src/tests/info/info.cpp
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2019-03-20 15:01:03 +0000
committerGeir Storli <geirst@verizonmedia.com>2019-03-20 15:01:03 +0000
commit536e278bc2a41a8e92c2926d86e46fcf5b5f2912 (patch)
tree58e95bb9159feb3b6dce187d43768509a9d93539 /logd/src/tests/info/info.cpp
parent7f56fef39a1cf0c2e4f9c5d02b0696ada9aafc8d (diff)
Remove unit test that doesn't test anything.
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();
-}