mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update soltest related tests.
This commit is contained in:
@@ -55,7 +55,7 @@ static char const* registrarCode = R"DELIMITER(
|
||||
|
||||
pragma solidity >=0.4.0 <0.7.0;
|
||||
|
||||
contract Registrar {
|
||||
abstract contract Registrar {
|
||||
event Changed(string indexed name);
|
||||
|
||||
function owner(string memory _name) public view returns (address o_owner);
|
||||
|
||||
Reference in New Issue
Block a user