Move ExecutionFramework to the dev::test namespace

This commit is contained in:
Alex Beregszaszi
2016-11-29 21:54:27 +00:00
parent a226db7338
commit d83dd59178
10 changed files with 11 additions and 11 deletions
+1 -5
View File
@@ -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
{
@@ -282,7 +279,6 @@ protected:
u256 m_gasUsed;
};
}
}
} // end namespaces