mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update tests.
This commit is contained in:
@@ -18,7 +18,7 @@ contract helper {
|
||||
contract test {
|
||||
helper h;
|
||||
|
||||
constructor() public payable {
|
||||
constructor() payable {
|
||||
h = new helper();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user