diff options
Diffstat (limited to 'test/ExecutionFramework.h')
-rw-r--r-- | test/ExecutionFramework.h | 6 |
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 |