mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Test stuff into cpp from header.
Additional debug stuff in cmake.
This commit is contained in:
parent
92fd2b191d
commit
9a792edb33
@ -64,6 +64,9 @@ void connectClients(Client& c1, Client& c2)
|
|||||||
namespace test
|
namespace test
|
||||||
{
|
{
|
||||||
|
|
||||||
|
struct ValueTooLarge: virtual Exception {};
|
||||||
|
bigint const c_max256plus1 = bigint(1) << 256;
|
||||||
|
|
||||||
ImportTest::ImportTest(json_spirit::mObject& _o, bool isFiller): m_TestObject(_o)
|
ImportTest::ImportTest(json_spirit::mObject& _o, bool isFiller): m_TestObject(_o)
|
||||||
{
|
{
|
||||||
importEnv(_o["env"].get_obj());
|
importEnv(_o["env"].get_obj());
|
||||||
|
@ -42,9 +42,6 @@ void connectClients(Client& c1, Client& c2);
|
|||||||
namespace test
|
namespace test
|
||||||
{
|
{
|
||||||
|
|
||||||
struct ValueTooLarge: virtual Exception {};
|
|
||||||
bigint const c_max256plus1 = bigint(1) << 256;
|
|
||||||
|
|
||||||
class ImportTest
|
class ImportTest
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user