summaryrefslogtreecommitdiff
path: root/test/files/run/inline-ex-handlers.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-12-22 21:03:58 -0800
committerPaul Phillips <paulp@improving.org>2012-12-22 21:03:58 -0800
commit02ffddc6c16d6d32f898bad4497ed3b14aa2d9da (patch)
tree3abe36fd9c35672eec528879959796de2920cc48 /test/files/run/inline-ex-handlers.scala
parentcbac99417f58e66f257af33951f5c3341d7221a6 (diff)
parentfadb306fdf3d37284fd29c50aa3956cabe79480d (diff)
downloadscala-02ffddc6c16d6d32f898bad4497ed3b14aa2d9da.tar.gz
scala-02ffddc6c16d6d32f898bad4497ed3b14aa2d9da.tar.bz2
scala-02ffddc6c16d6d32f898bad4497ed3b14aa2d9da.zip
Merge pull request #1506 from som-snytt/issue/6446-plugin-desc
PluginComponent contributes description to -Xshow-phases. (Fixes SI-6446)
Diffstat (limited to 'test/files/run/inline-ex-handlers.scala')
-rw-r--r--test/files/run/inline-ex-handlers.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/inline-ex-handlers.scala b/test/files/run/inline-ex-handlers.scala
index a96b938e13..33e794b940 100644
--- a/test/files/run/inline-ex-handlers.scala
+++ b/test/files/run/inline-ex-handlers.scala
@@ -1,7 +1,7 @@
import scala.tools.partest.IcodeTest
object Test extends IcodeTest {
- override def printIcodeAfterPhase = "inlineExceptionHandlers"
+ override def printIcodeAfterPhase = "inlinehandlers"
}
import scala.util.Random._