diff options
Diffstat (limited to 'test/compilationTests/gnosis/Tokens/EtherToken.sol')
-rw-r--r-- | test/compilationTests/gnosis/Tokens/EtherToken.sol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compilationTests/gnosis/Tokens/EtherToken.sol b/test/compilationTests/gnosis/Tokens/EtherToken.sol index 32e64583..987b62c6 100644 --- a/test/compilationTests/gnosis/Tokens/EtherToken.sol +++ b/test/compilationTests/gnosis/Tokens/EtherToken.sol @@ -1,4 +1,4 @@ -pragma solidity ^0.4.11; +pragma solidity >=0.0; import "../Tokens/StandardToken.sol"; |