solidity/test/libsolidity/syntaxTests/modifiers
2022-04-01 23:41:18 -05:00
..
access_in_library.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
base_constructor_double_invocation.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
constructor_as_modifier.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
constructor_call_invalid_arg_count.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
cross_contract_access.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
cross_contract_base.sol Disallow using modifiers not in the current contract or in base contracts. 2020-11-17 18:33:45 +01:00
cross_contract_super.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
cross_contract_unrelated.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
definition_in_contract_unimplemented.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
definition_in_contract.sol Disallow modifier declarations and definitions in interfaces 2021-08-31 15:25:08 +02:00
definition_in_interface.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
definition_in_library_unimplemented.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
definition_in_library_virtual.sol Disallow modifier declarations and definitions in interfaces 2021-08-31 15:25:08 +02:00
definition_in_library.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
empty_modifier_body.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
empty_modifier_err.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
function_modifier_double_invocation.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
function_modifier_invocation_local_variables.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
function_modifier_invocation_parameters.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
function_modifier_invocation.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
function_overrides_modifier.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
illegal_modifier_override.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
illegal_name.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
invalid_function_modifier_type.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
legal_modifier_override.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
library_via_using.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
modifier_abstract_override.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
modifier_overrides_function.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
modifier_overrides_variable.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
modifier_returns_value.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
modifier_without_underscore.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05: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
multiple_inheritance_unimplemented_override.sol Fixes ICE when overriding an implemented modifier with an unimplemented one. 2021-06-09 13:15:20 +02:00
non-virtual_modifier_override.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
unimplemented_function_and_modifier.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
unimplemented_override_unimplemented.sol Fixes ICE when overriding an implemented modifier with an unimplemented one. 2021-06-09 13:15:20 +02:00
use_in_invalid_context.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
use_on_interface_function.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
use_unimplemented_from_base.sol Fixes ICE when overriding an implemented modifier with an unimplemented one. 2021-06-09 13:15:20 +02:00
use_unimplemented_on_overridden_func.sol Fixes ICE when overriding an implemented modifier with an unimplemented one. 2021-06-09 13:15:20 +02:00
use_unimplemented_static.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00