diff options
author | Leonardo Alt <leo@ethereum.org> | 2018-07-16 23:11:39 +0800 |
---|---|---|
committer | Leonardo Alt <leo@ethereum.org> | 2018-07-16 23:11:39 +0800 |
commit | fdfdddd8dc34a3a31dd254b75c4b032e4b85679b (patch) | |
tree | cb2b8914e3101f4084b435a242ce80c351f6974f /test/libsolidity/syntaxTests/parsing | |
parent | 29dae15c50277d52087f2eddea7d2033754e2c1f (diff) | |
download | dexon-solidity-fdfdddd8dc34a3a31dd254b75c4b032e4b85679b.tar dexon-solidity-fdfdddd8dc34a3a31dd254b75c4b032e4b85679b.tar.gz dexon-solidity-fdfdddd8dc34a3a31dd254b75c4b032e4b85679b.tar.bz2 dexon-solidity-fdfdddd8dc34a3a31dd254b75c4b032e4b85679b.tar.lz dexon-solidity-fdfdddd8dc34a3a31dd254b75c4b032e4b85679b.tar.xz dexon-solidity-fdfdddd8dc34a3a31dd254b75c4b032e4b85679b.tar.zst dexon-solidity-fdfdddd8dc34a3a31dd254b75c4b032e4b85679b.zip |
Add missing period in the end of error messages
Diffstat (limited to 'test/libsolidity/syntaxTests/parsing')
-rw-r--r-- | test/libsolidity/syntaxTests/parsing/trailing_dot1.sol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/syntaxTests/parsing/trailing_dot1.sol b/test/libsolidity/syntaxTests/parsing/trailing_dot1.sol index 7f26242c..d91c385a 100644 --- a/test/libsolidity/syntaxTests/parsing/trailing_dot1.sol +++ b/test/libsolidity/syntaxTests/parsing/trailing_dot1.sol @@ -4,4 +4,4 @@ contract test { uint256 c = 4.e-2; } // ---- -// TypeError: (70-73): Member "e" not found or not visible after argument-dependent lookup in int_const 4 +// TypeError: (70-73): Member "e" not found or not visible after argument-dependent lookup in int_const 4. |