diff options
Diffstat (limited to 'test/libsolidity/syntaxTests/parsing/function_normal_comments.sol')
-rw-r--r-- | test/libsolidity/syntaxTests/parsing/function_normal_comments.sol | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/libsolidity/syntaxTests/parsing/function_normal_comments.sol b/test/libsolidity/syntaxTests/parsing/function_normal_comments.sol index b61d104f..231be9c2 100644 --- a/test/libsolidity/syntaxTests/parsing/function_normal_comments.sol +++ b/test/libsolidity/syntaxTests/parsing/function_normal_comments.sol @@ -4,4 +4,3 @@ contract test { function functionName(bytes32 input) public returns (bytes32 out) {} } // ---- -// Warning: (75-143): Function state mutability can be restricted to pure |