aboutsummaryrefslogtreecommitdiff
path: root/src/test/util_tests.cpp
diff options
context:
space:
mode:
authorKarl-Johan Alm <[email protected]>2016-12-05 16:03:53 +0900
committerKalle Alm <[email protected]>2017-01-02 20:35:23 +0900
commit73f41190b91dce9c125b1828b18f7625e0200145 (patch)
tree7fbc5af2fa822231182c85df8d5d9826e8c1ecae /src/test/util_tests.cpp
parentMerge #9412: build: Fix 'make deploy' for OSX (diff)
downloaddiscoin-73f41190b91dce9c125b1828b18f7625e0200145.tar.xz
discoin-73f41190b91dce9c125b1828b18f7625e0200145.zip
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Diffstat (limited to 'src/test/util_tests.cpp')
-rw-r--r--src/test/util_tests.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test/util_tests.cpp b/src/test/util_tests.cpp
index b2f601613..d14b6c8e7 100644
--- a/src/test/util_tests.cpp
+++ b/src/test/util_tests.cpp
@@ -17,9 +17,7 @@
#include <boost/test/unit_test.hpp>
-using namespace std;
-
-extern map<string, string> mapArgs;
+extern std::map<std::string, std::string> mapArgs;
BOOST_FIXTURE_TEST_SUITE(util_tests, BasicTestingSetup)