diff options
Diffstat (limited to 'test/compilationTests/stringutils/strings.sol')
-rw-r--r-- | test/compilationTests/stringutils/strings.sol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compilationTests/stringutils/strings.sol b/test/compilationTests/stringutils/strings.sol index f89a2527..9e0518a7 100644 --- a/test/compilationTests/stringutils/strings.sol +++ b/test/compilationTests/stringutils/strings.sol @@ -34,7 +34,7 @@ * corresponding to the left and right parts of the string. */ -pragma solidity ^0.4.14; +pragma solidity >=0.0; library strings { struct slice { |