aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/empty_struct.sol
Commit message (Collapse)AuthorAgeFilesLines
* Enforce disallowing empty structsChristian Parpart2018-06-141-1/+1
| | | | | | | | 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.
* Add source locations to syntax test expectations.Daniel Kirchner2018-04-101-1/+1
|
* Still allow empty structs for non-0.5.0 modeAlex Beregszaszi2018-03-271-1/+1
|
* Disallow empty structsAlex Beregszaszi2018-03-271-0/+5