summaryrefslogtreecommitdiff
path: root/test/files/run/inline-ex-handlers.scala
diff options
context:
space:
mode:
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._