From fdfdddd8dc34a3a31dd254b75c4b032e4b85679b Mon Sep 17 00:00:00 2001 From: Leonardo Alt Date: Mon, 16 Jul 2018 16:11:39 +0100 Subject: Add missing period in the end of error messages --- test/libsolidity/syntaxTests/missing_state_variable.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/libsolidity/syntaxTests/missing_state_variable.sol') diff --git a/test/libsolidity/syntaxTests/missing_state_variable.sol b/test/libsolidity/syntaxTests/missing_state_variable.sol index 02082a45..8b97220c 100644 --- a/test/libsolidity/syntaxTests/missing_state_variable.sol +++ b/test/libsolidity/syntaxTests/missing_state_variable.sol @@ -4,4 +4,4 @@ contract Scope { } } // ---- -// TypeError: (101-115): Member "stateVar" not found or not visible after argument-dependent lookup in type(contract Scope) +// TypeError: (101-115): Member "stateVar" not found or not visible after argument-dependent lookup in type(contract Scope). -- cgit v1.2.3