solidity/test/libsolidity/syntaxTests/specialFunctions
Christian Parpart a211b89118 Enforce disallowing empty structs
This patch enfoces an error when it encounters an empty struct,
effectively eliminating the deprecation warning.

Also adjust 419_interface_structs to explicitely test for (non-empty) structs,
as this behaviour "may" change in the future.
2018-06-14 00:24:43 +01:00
..
abi_encode_structs_abiv2.sol Allow struct encoding with new encoder. 2018-04-12 16:37:16 +02:00
abi_encode_structs.sol Allow struct encoding with new encoder. 2018-04-12 16:37:16 +02:00
single_non_bytes_arg.sol Split warning for multi arguments for hash functions 2018-05-16 11:12:25 +02:00
types_with_unspecified_encoding_internal_functions.sol Adjust tests. 2018-05-16 09:48:03 +02:00
types_with_unspecified_encoding_special_types.sol Add source locations to syntax test expectations. 2018-04-10 14:08:22 +02:00
types_with_unspecified_encoding_structs_abiv2.sol Adjust tests. 2018-05-16 09:48:03 +02:00
types_with_unspecified_encoding_structs.sol Adjust tests. 2018-05-16 09:48:03 +02:00
types_with_unspecified_encoding_types.sol Enforce disallowing empty structs 2018-06-14 00:24:43 +01:00
types_without_encoding_problems.sol Adjust tests. 2018-05-16 09:48:03 +02:00