mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move ExecutionFramework to the dev::test namespace
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user