summaryrefslogtreecommitdiff
path: root/test/files/neg/t3773.flags
Commit message (Collapse)AuthorAgeFilesLines
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-1/+0
| | | | | | | Removing the code which has been deprecated since 2.8.0. Contributed by Simon Ochsenreither, although deleting code is such fun one hesitates to call it a contribution. Still, we will. Closes SI-4860, no review.
* in refchecks, visit the qualifier of irrefutabl...Lukas Rytz2010-08-231-0/+1
in refchecks, visit the qualifier of irrefutable filters. close #3773. review by moors.