mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix tests for new API.
This commit is contained in:
parent
7208a2ee96
commit
ad249e5787
@ -43,7 +43,7 @@ class ExecutionFramework
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ExecutionFramework():
|
ExecutionFramework():
|
||||||
m_state(eth::State::Null)
|
m_state(0)
|
||||||
{
|
{
|
||||||
if (g_logVerbosity != -1)
|
if (g_logVerbosity != -1)
|
||||||
g_logVerbosity = 0;
|
g_logVerbosity = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user