aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/modifiers
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup 0.5.0 test casesAlex Beregszaszi2018-08-061-10/+0
|
* Disallow functions without implementation to use modifiers. This was already ↵Christian Parpart2018-07-241-2/+2
| | | | the case in the experimental 0.5.0 mode.
* Disallow constructor arguments given multiple times.chriseth2018-06-291-1/+1
|
* C99 scoping rules by defaultLeonardo Alt2018-06-202-7/+2
|
* Update expectations.chriseth2018-04-129-15/+16
|
* Extract modifier tests.chriseth2018-04-1214-0/+73
|
* Warn if modifiers are applied to functions without implementation.chriseth2018-04-122-0/+23