summaryrefslogtreecommitdiff
path: root/test/files/run/inline-ex-handlers.scala
Commit message (Collapse)AuthorAgeFilesLines
* Created infrastructure for testing icode + sett...Paul Phillips2011-08-221-0/+329
Created infrastructure for testing icode + settings/partest yak shaving. See enclosed test files/run/inline-ex-handlers.scala. To compare optimized and unoptimized icode after a given phase, all you need in a partest source file is this: import scala.tools.partest.IcodeTest object Test extends IcodeTest { override def printIcodeAfterPhase = "inlineExceptionHandlers" } Other things can be done, see IcodeTest.scala. Review by ureche.