mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Updates tests to version 0.6.0.
This commit is contained in:
@@ -43,7 +43,7 @@ namespace
|
||||
{
|
||||
|
||||
static char const* registrarCode = R"DELIMITER(
|
||||
pragma solidity >=0.4.0 <0.6.0;
|
||||
pragma solidity >=0.4.0 <0.7.0;
|
||||
|
||||
contract NameRegister {
|
||||
function addr(string memory _name) public view returns (address o_owner);
|
||||
|
||||
Reference in New Issue
Block a user