summaryrefslogtreecommitdiff
path: root/test/files/neg/abstract-explaintypes.flags
Commit message (Collapse)AuthorAgeFilesLines
* Add positive and negative testcases for SI-6123 (-explaintypes)Paolo G. Giarrusso2013-03-151-0/+1
Positive testcases compile reduced known offenders to verify that no output is produced. The negative testcase tests that -explaintypes actually produces output on code which fails to compile. I have altered an existing testcase, `test/files/neg/abstract`, adding -explaintypes to the flags. This testcase is currently mostly ineffective, as partest currently ignores the standard output (SI-7003). It will become more effective when SI-7003 is fixed. But already now, testers would at least be able to notice extraneous output. This argument is somewhat bogus, but this patch is no worse than the other ones which are committed while SI-7003 is open.