summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-false-deprecation-warning.flags
Commit message (Collapse)AuthorAgeFilesLines
* changes the flags to not depend on partestEugene Burmako2012-12-281-1/+1
| | | | | | Due to some reason, partest always enables -deprecation. Since Paul has just submitted a pull request, which removes this behavior, I'm updating the flags to make sure this test works even after Paul's change.
* the scanner is now less eager about deprecationsEugene Burmako2012-12-251-0/+1
When healing braces it isn't very useful to report deprecation warnings, especially since this process is just simple context-free skimming, which can't know about what positions can accept what identifiers.