summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/sharedptr/ptrholder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/sharedptr/ptrholder.cpp')
-rw-r--r--vespalib/src/tests/sharedptr/ptrholder.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/vespalib/src/tests/sharedptr/ptrholder.cpp b/vespalib/src/tests/sharedptr/ptrholder.cpp
index 1f73efb141d..ecb959355ff 100644
--- a/vespalib/src/tests/sharedptr/ptrholder.cpp
+++ b/vespalib/src/tests/sharedptr/ptrholder.cpp
@@ -1,7 +1,5 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/fastos/fastos.h>
-#include <vespa/log/log.h>
-LOG_SETUP("ptrholder_test");
+
#include <vespa/vespalib/util/ptrholder.h>
#include <vespa/vespalib/testkit/testapp.h>
@@ -13,7 +11,7 @@ class Test : public vespalib::TestApp
public:
void testEmpty();
void testSimple();
- int Main();
+ int Main() override;
};