aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/memberLookup
diff options
context:
space:
mode:
authorLeonardo Alt <leo@ethereum.org>2018-07-16 23:11:39 +0800
committerLeonardo Alt <leo@ethereum.org>2018-07-16 23:11:39 +0800
commitfdfdddd8dc34a3a31dd254b75c4b032e4b85679b (patch)
treecb2b8914e3101f4084b435a242ce80c351f6974f /test/libsolidity/syntaxTests/memberLookup
parent29dae15c50277d52087f2eddea7d2033754e2c1f (diff)
downloaddexon-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/memberLookup')
-rw-r--r--test/libsolidity/syntaxTests/memberLookup/failed_function_lookup_in_library.sol2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/syntaxTests/memberLookup/failed_function_lookup_in_library.sol b/test/libsolidity/syntaxTests/memberLookup/failed_function_lookup_in_library.sol
index df0cba3f..d8f2eadd 100644
--- a/test/libsolidity/syntaxTests/memberLookup/failed_function_lookup_in_library.sol
+++ b/test/libsolidity/syntaxTests/memberLookup/failed_function_lookup_in_library.sol
@@ -6,4 +6,4 @@ contract C {
function g() public { L.f(1, 2, 3); }
}
// ----
-// TypeError: (115-118): Member "f" not found or not visible after argument-dependent lookup in type(library L)
+// TypeError: (115-118): Member "f" not found or not visible after argument-dependent lookup in type(library L).