mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix tests regarding contract type conversion.
This commit is contained in:
committed by
Alex Beregszaszi
parent
c8232d9759
commit
b800bfb021
@@ -9428,7 +9428,7 @@ BOOST_AUTO_TEST_CASE(failed_create)
|
||||
if (depth < 1024)
|
||||
return this.stack(depth - 1);
|
||||
else
|
||||
return f(0);
|
||||
return address(f(0));
|
||||
}
|
||||
}
|
||||
)";
|
||||
|
||||
Reference in New Issue
Block a user