summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/linkedptr/linkedptr_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/linkedptr/linkedptr_test.cpp')
-rw-r--r--vespalib/src/tests/linkedptr/linkedptr_test.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/vespalib/src/tests/linkedptr/linkedptr_test.cpp b/vespalib/src/tests/linkedptr/linkedptr_test.cpp
index df3cf4aa0e6..09fe2eed3e2 100644
--- a/vespalib/src/tests/linkedptr/linkedptr_test.cpp
+++ b/vespalib/src/tests/linkedptr/linkedptr_test.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("linkedptr_test");
+
#include <vespa/vespalib/util/linkedptr.h>
#include <vespa/vespalib/testkit/testapp.h>
@@ -18,7 +16,7 @@ public:
void testAccess();
void testRelease();
void testEqual();
- int Main();
+ int Main() override;
};