summaryrefslogtreecommitdiff
path: root/test/files/neg/t4749.check
Commit message (Collapse)AuthorAgeFilesLines
* Made -Xfatal-warnings less immediately fatal.Paul Phillips2012-08-101-7/+9
| | | | | | | Instead of changing warnings to errors mid-stream, at the end of a run I check for condition "no errors, some warnings, and fatal warnings" and then generate an error at that point. This is necessary to test for some warnings which come from later stages.
* Better error reporting regarding main methods.Paul Phillips2012-01-091-0/+28
Now notices most things which look like main methods and says something useful if they aren't usable as entry points. Closes SI-4749.