mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
BlockTests: restore corelibs and mining
This commit is contained in:
parent
1d980ad65a
commit
6bdc508e61
@ -269,7 +269,7 @@ int ImportTest::compareStates(State const& _stateExpect, State const& _statePost
|
||||
|
||||
for (auto const& a: _stateExpect.addresses())
|
||||
{
|
||||
CHECK(_statePost.addressInUse(a.first), "Filling Test: " << a.first << " missing expected address!");
|
||||
CHECK(_statePost.addressInUse(a.first), "Check State: " << a.first << " missing expected address!");
|
||||
if (_statePost.addressInUse(a.first))
|
||||
{
|
||||
AccountMask addressOptions(true);
|
||||
|
Loading…
Reference in New Issue
Block a user