From fc7a091bfb49d3a06b7388d89b3d2272d9b543eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Tue, 23 Feb 2021 14:39:32 +0100 Subject: [PATCH] Move several tests related to function types from nameAndTypeResolution/ to more specific directories --- ...unctions_taking_internal_types_nested_struct_with_mapping.sol} | 0 ...functions_taking_internal_types_struct_with_function_type.sol} | 0 ...ernal_functions_taking_internal_types_struct_with_mapping.sol} | 0 .../overloaded_external_functions_taking_different_structs.sol} | 0 .../overloaded_external_functions_taking_identical_structs.sol} | 0 .../comparison_of_function_types_eq.sol} | 0 .../comparison_of_function_types_gt_1.sol} | 0 .../comparison_of_function_types_gt_2.sol} | 0 .../comparison_of_function_types_lt_1.sol} | 0 .../comparison_of_function_types_lt_2.sol} | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename test/libsolidity/syntaxTests/{nameAndTypeResolution/043_functions_with_structs_of_non_external_types_in_interface_nested.sol => abiEncoder/external_functions_taking_internal_types_nested_struct_with_mapping.sol} (100%) rename test/libsolidity/syntaxTests/{nameAndTypeResolution/041_functions_with_structs_of_non_external_types_in_interface.sol => abiEncoder/external_functions_taking_internal_types_struct_with_function_type.sol} (100%) rename test/libsolidity/syntaxTests/{nameAndTypeResolution/042_functions_with_structs_of_non_external_types_in_interface_2.sol => abiEncoder/external_functions_taking_internal_types_struct_with_mapping.sol} (100%) rename test/libsolidity/syntaxTests/{nameAndTypeResolution/040_functions_with_different_structs_in_interface.sol => abiEncoder/overloaded_external_functions_taking_different_structs.sol} (100%) rename test/libsolidity/syntaxTests/{nameAndTypeResolution/039_functions_with_identical_structs_in_interface.sol => abiEncoder/overloaded_external_functions_taking_identical_structs.sol} (100%) rename test/libsolidity/syntaxTests/{nameAndTypeResolution/024_comparison_of_function_types_eq.sol => functionTypes/comparison_of_function_types_eq.sol} (100%) rename test/libsolidity/syntaxTests/{nameAndTypeResolution/022_comparison_of_function_types_gt_1.sol => functionTypes/comparison_of_function_types_gt_1.sol} (100%) rename test/libsolidity/syntaxTests/{nameAndTypeResolution/023_comparison_of_function_types_gt_2.sol => functionTypes/comparison_of_function_types_gt_2.sol} (100%) rename test/libsolidity/syntaxTests/{nameAndTypeResolution/020_comparison_of_function_types_lt_1.sol => functionTypes/comparison_of_function_types_lt_1.sol} (100%) rename test/libsolidity/syntaxTests/{nameAndTypeResolution/021_comparison_of_function_types_lt_2.sol => functionTypes/comparison_of_function_types_lt_2.sol} (100%) diff --git a/test/libsolidity/syntaxTests/nameAndTypeResolution/043_functions_with_structs_of_non_external_types_in_interface_nested.sol b/test/libsolidity/syntaxTests/abiEncoder/external_functions_taking_internal_types_nested_struct_with_mapping.sol similarity index 100% rename from test/libsolidity/syntaxTests/nameAndTypeResolution/043_functions_with_structs_of_non_external_types_in_interface_nested.sol rename to test/libsolidity/syntaxTests/abiEncoder/external_functions_taking_internal_types_nested_struct_with_mapping.sol diff --git a/test/libsolidity/syntaxTests/nameAndTypeResolution/041_functions_with_structs_of_non_external_types_in_interface.sol b/test/libsolidity/syntaxTests/abiEncoder/external_functions_taking_internal_types_struct_with_function_type.sol similarity index 100% rename from test/libsolidity/syntaxTests/nameAndTypeResolution/041_functions_with_structs_of_non_external_types_in_interface.sol rename to test/libsolidity/syntaxTests/abiEncoder/external_functions_taking_internal_types_struct_with_function_type.sol diff --git a/test/libsolidity/syntaxTests/nameAndTypeResolution/042_functions_with_structs_of_non_external_types_in_interface_2.sol b/test/libsolidity/syntaxTests/abiEncoder/external_functions_taking_internal_types_struct_with_mapping.sol similarity index 100% rename from test/libsolidity/syntaxTests/nameAndTypeResolution/042_functions_with_structs_of_non_external_types_in_interface_2.sol rename to test/libsolidity/syntaxTests/abiEncoder/external_functions_taking_internal_types_struct_with_mapping.sol diff --git a/test/libsolidity/syntaxTests/nameAndTypeResolution/040_functions_with_different_structs_in_interface.sol b/test/libsolidity/syntaxTests/abiEncoder/overloaded_external_functions_taking_different_structs.sol similarity index 100% rename from test/libsolidity/syntaxTests/nameAndTypeResolution/040_functions_with_different_structs_in_interface.sol rename to test/libsolidity/syntaxTests/abiEncoder/overloaded_external_functions_taking_different_structs.sol diff --git a/test/libsolidity/syntaxTests/nameAndTypeResolution/039_functions_with_identical_structs_in_interface.sol b/test/libsolidity/syntaxTests/abiEncoder/overloaded_external_functions_taking_identical_structs.sol similarity index 100% rename from test/libsolidity/syntaxTests/nameAndTypeResolution/039_functions_with_identical_structs_in_interface.sol rename to test/libsolidity/syntaxTests/abiEncoder/overloaded_external_functions_taking_identical_structs.sol diff --git a/test/libsolidity/syntaxTests/nameAndTypeResolution/024_comparison_of_function_types_eq.sol b/test/libsolidity/syntaxTests/functionTypes/comparison_of_function_types_eq.sol similarity index 100% rename from test/libsolidity/syntaxTests/nameAndTypeResolution/024_comparison_of_function_types_eq.sol rename to test/libsolidity/syntaxTests/functionTypes/comparison_of_function_types_eq.sol diff --git a/test/libsolidity/syntaxTests/nameAndTypeResolution/022_comparison_of_function_types_gt_1.sol b/test/libsolidity/syntaxTests/functionTypes/comparison_of_function_types_gt_1.sol similarity index 100% rename from test/libsolidity/syntaxTests/nameAndTypeResolution/022_comparison_of_function_types_gt_1.sol rename to test/libsolidity/syntaxTests/functionTypes/comparison_of_function_types_gt_1.sol diff --git a/test/libsolidity/syntaxTests/nameAndTypeResolution/023_comparison_of_function_types_gt_2.sol b/test/libsolidity/syntaxTests/functionTypes/comparison_of_function_types_gt_2.sol similarity index 100% rename from test/libsolidity/syntaxTests/nameAndTypeResolution/023_comparison_of_function_types_gt_2.sol rename to test/libsolidity/syntaxTests/functionTypes/comparison_of_function_types_gt_2.sol diff --git a/test/libsolidity/syntaxTests/nameAndTypeResolution/020_comparison_of_function_types_lt_1.sol b/test/libsolidity/syntaxTests/functionTypes/comparison_of_function_types_lt_1.sol similarity index 100% rename from test/libsolidity/syntaxTests/nameAndTypeResolution/020_comparison_of_function_types_lt_1.sol rename to test/libsolidity/syntaxTests/functionTypes/comparison_of_function_types_lt_1.sol diff --git a/test/libsolidity/syntaxTests/nameAndTypeResolution/021_comparison_of_function_types_lt_2.sol b/test/libsolidity/syntaxTests/functionTypes/comparison_of_function_types_lt_2.sol similarity index 100% rename from test/libsolidity/syntaxTests/nameAndTypeResolution/021_comparison_of_function_types_lt_2.sol rename to test/libsolidity/syntaxTests/functionTypes/comparison_of_function_types_lt_2.sol