From d83dd59178778b5748092f244ce66e37319f4070 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Mon, 28 Nov 2016 00:58:07 +0000 Subject: Move ExecutionFramework to the dev::test namespace --- test/ExecutionFramework.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'test/ExecutionFramework.h') 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; /// 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 -- cgit