diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2016-11-28 08:58:07 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2016-11-30 05:54:27 +0800 |
commit | d83dd59178778b5748092f244ce66e37319f4070 (patch) | |
tree | 3612aade588263620c689ffc108a330feca49f0f /test/ExecutionFramework.cpp | |
parent | a226db73384ac1b588e07a28dd8f1ff92cbdf6f7 (diff) | |
download | dexon-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.cpp | 3 |
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 { |