aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/random/random_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/random/random_test.cpp')
-rw-r--r--vespalib/src/tests/random/random_test.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/vespalib/src/tests/random/random_test.cpp b/vespalib/src/tests/random/random_test.cpp
index 0c8d24abc11..02840c5763b 100644
--- a/vespalib/src/tests/random/random_test.cpp
+++ b/vespalib/src/tests/random/random_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("random_test");
+
#include <vespa/vespalib/testkit/testapp.h>
#include <vespa/vespalib/util/random.h>
@@ -15,7 +13,7 @@ public:
void testJavaCompatibility();
void testFloatingPoint();
void testNormalDistribution();
- int Main();
+ int Main() override;
};
bool eqD(double a, double b) {