summaryrefslogtreecommitdiffstats
path: root/vdstestlib/src/tests/cppunit/testrunner.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-04-26 22:41:35 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-04-26 22:41:35 +0200
commitd336400e3e95685d62ec05c09e1582c3abcb34fc (patch)
tree02c8d2dd3988e10bdc8bf9ff5902cf0124d5a3e5 /vdstestlib/src/tests/cppunit/testrunner.cpp
parent46dd4350fd595b42ef213981773487f62c86417b (diff)
no virtual on override + optimize includes.
Diffstat (limited to 'vdstestlib/src/tests/cppunit/testrunner.cpp')
-rw-r--r--vdstestlib/src/tests/cppunit/testrunner.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/vdstestlib/src/tests/cppunit/testrunner.cpp b/vdstestlib/src/tests/cppunit/testrunner.cpp
index 1ba7be7790e..c25bee698d5 100644
--- a/vdstestlib/src/tests/cppunit/testrunner.cpp
+++ b/vdstestlib/src/tests/cppunit/testrunner.cpp
@@ -1,9 +1,8 @@
// 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/vdstestlib/cppunit/cppunittestrunner.h>
-int main(int argc, char **argv)
+int main(int argc, const char *argv[])
{
vdstestlib::CppUnitTestRunner testRunner;
return testRunner.run(argc, argv);