solidity/test/libsolidity/syntaxTests/modifiers
2020-07-28 18:55:12 +02:00
..
base_constructor_double_invocation.sol Update tests. 2020-07-07 12:16:18 +02:00
constructor_as_modifier.sol Update tests. 2020-07-07 12:16:18 +02:00
constructor_call_invalid_arg_count.sol Update tests. 2020-07-07 12:16:18 +02:00
empty_modifier_body.sol Tests, Changelog and updated grammar 2020-04-23 17:27:37 +05:30
empty_modifier_err.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_modifier_double_invocation.sol Extract modifier tests. 2018-04-11 22:00:21 +02:00
function_modifier_invocation_local_variables.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_modifier_invocation_parameters.sol Extract modifier tests. 2018-04-11 22:00:21 +02:00
function_modifier_invocation.sol Extract modifier tests. 2018-04-11 22:00:21 +02:00
function_overrides_modifier.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
illegal_modifier_override.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
invalid_function_modifier_type.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
legal_modifier_override.sol Override checks for modifiers. 2019-12-09 18:41:39 +01:00
modifier_overrides_function.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
modifier_overrides_variable.sol Cover "Override changes modifier to public state variable." error 2020-07-28 18:55:12 +02:00
modifier_returns_value.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
modifier_without_underscore.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
modifiers_on_abstract_functions_no_parser_error.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
non-virtual_modifier_override.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
unimplemented_function_and_modifier.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
use_in_invalid_context.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00