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:
@@ -1,4 +1,4 @@
|
||||
pragma solidity ^0.5.7;
|
||||
pragma solidity >=0.5.7 <0.7.0;
|
||||
|
||||
contract InvalidTest {
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
pragma solidity ^0.5.0;
|
||||
pragma solidity >=0.4.0 <0.7.0;
|
||||
|
||||
contract ERC20 {
|
||||
event Transfer(address indexed from, address indexed to, uint256 value);
|
||||
|
||||
Reference in New Issue
Block a user