aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionFramework.h
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.h
parenta226db73384ac1b588e07a28dd8f1ff92cbdf6f7 (diff)
downloaddexon-solidity-d83dd59178778b5748092f244ce66e37319f4070.tar
dexon-solidity-d83dd59178778b5748092f244ce66e37319f4070.tar.gz
dexon-solidity-d83dd59178778b5748092f244ce66e37319f4070.tar.bz2
dexon-solidity-d83dd59178778b5748092f244ce66e37319f4070.tar.lz
dexon-solidity-d83dd59178778b5748092f244ce66e37319f4070.tar.xz
dexon-solidity-d83dd59178778b5748092f244ce66e37319f4070.tar.zst
dexon-solidity-d83dd59178778b5748092f244ce66e37319f4070.zip
Move ExecutionFramework to the dev::test namespace
Diffstat (limited to 'test/ExecutionFramework.h')
-rw-r--r--test/ExecutionFramework.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/ExecutionFramework.h b/test/ExecutionFramework.h
index e487b106..6ec1a06b 100644
--- a/test/ExecutionFramework.h
+++ b/test/ExecutionFramework.h
@@ -32,7 +32,7 @@
namespace dev
{
-namespace solidity
+namespace test
{
using rational = boost::rational<dev::bigint>;
/// An Ethereum address: 20 bytes.
@@ -46,9 +46,6 @@ namespace solidity
static const u256 shannon = exp10<9>();
static const u256 wei = exp10<0>();
-namespace test
-{
-
class ExecutionFramework
{
@@ -283,6 +280,5 @@ protected:
};
}
-}
} // end namespaces