aboutsummaryrefslogtreecommitdiffstats
path: root/vdstestlib/src/tests/cppunit/testrunner.cpp
diff options
context:
space:
mode:
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);