summaryrefslogtreecommitdiff
path: root/test/files/presentation/ide-bug-1000531.flags
Commit message (Collapse)AuthorAgeFilesLines
* Enhanced presentation compiler test infrastructureMirco Dotta2012-07-051-18/+0
| | | | | | | | | | * Removed unneeded .flags. * Renamed a few methods in `InteractiveTest`. * Force the presentation compiler to shut down after each test. * -sourcepath in the .flags file is now relative to the test's base directory. * Use `InteractiveReporter` in Presentation Compiler tests. By using the `InteractiveReporter`, compilation errors are collected in the compilation unit. This was necessary for testing SI-5975.
* Changed presentation tests to use .flags instea...Iulian Dragos2011-11-061-0/+18
Changed presentation tests to use .flags instead of .opts for passing options to the presentation compiler.