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