diff options
Diffstat (limited to 'src/test/timedata_tests.cpp')
| -rw-r--r-- | src/test/timedata_tests.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test/timedata_tests.cpp b/src/test/timedata_tests.cpp index 887cfb476..34863fd9d 100644 --- a/src/test/timedata_tests.cpp +++ b/src/test/timedata_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2011-2014 The Bitcoin Core developers +// Copyright (c) 2011-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. // @@ -7,8 +7,6 @@ #include <boost/test/unit_test.hpp> -using namespace std; - BOOST_FIXTURE_TEST_SUITE(timedata_tests, BasicTestingSetup) BOOST_AUTO_TEST_CASE(util_MedianFilter) |