aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/SolidityEndToEndTest.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/libsolidity/SolidityEndToEndTest.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/libsolidity/SolidityEndToEndTest.cpp')
-rw-r--r--test/libsolidity/SolidityEndToEndTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/libsolidity/SolidityEndToEndTest.cpp b/test/libsolidity/SolidityEndToEndTest.cpp
index b5fcdb5e..930b11c6 100644
--- a/test/libsolidity/SolidityEndToEndTest.cpp
+++ b/test/libsolidity/SolidityEndToEndTest.cpp
@@ -31,6 +31,7 @@
using namespace std;
using namespace std::placeholders;
+using namespace dev::test;
namespace dev
{