aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionFramework.cpp
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2016-11-28 08:58:07 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2016-11-30 05:54:27 +0800
commitd83dd59178778b5748092f244ce66e37319f4070 (patch)
tree3612aade588263620c689ffc108a330feca49f0f /test/ExecutionFramework.cpp
parenta226db73384ac1b588e07a28dd8f1ff92cbdf6f7 (diff)
downloaddexon-solidity-d83dd59178778b5748092f244ce66e37319f4070.tar.gz
dexon-solidity-d83dd59178778b5748092f244ce66e37319f4070.tar.zst
dexon-solidity-d83dd59178778b5748092f244ce66e37319f4070.zip
Move ExecutionFramework to the dev::test namespace
Diffstat (limited to 'test/ExecutionFramework.cpp')
-rw-r--r--test/ExecutionFramework.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/ExecutionFramework.cpp b/test/ExecutionFramework.cpp
index 4ae50462..0c6e0cff 100644
--- a/test/ExecutionFramework.cpp
+++ b/test/ExecutionFramework.cpp
@@ -27,8 +27,7 @@
using namespace std;
using namespace dev;
-using namespace dev::solidity;
-using namespace dev::solidity::test;
+using namespace dev::test;
namespace // anonymous
{