summaryrefslogtreecommitdiff
path: root/test/files/run/t5415.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5415.scala')
-rw-r--r--test/files/run/t5415.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5415.scala b/test/files/run/t5415.scala
index c12e209bb7..65de86245b 100644
--- a/test/files/run/t5415.scala
+++ b/test/files/run/t5415.scala
@@ -8,5 +8,5 @@ object Test extends App{
import scala.reflect.runtime.{currentMirror => cm}
import scala.tools.reflect.ToolBox
val toolbox = cm.mkToolBox()
- val ttree = toolbox.typeCheck(code.tree)
+ val ttree = toolbox.typecheck(code.tree)
}