summaryrefslogtreecommitdiff
path: root/test/files/run/t5912.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5912.scala')
-rw-r--r--test/files/run/t5912.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5912.scala b/test/files/run/t5912.scala
index 9418e946d0..fc879a0537 100644
--- a/test/files/run/t5912.scala
+++ b/test/files/run/t5912.scala
@@ -3,5 +3,5 @@ object Test extends App{
import scala.reflect.runtime.{currentMirror=>cm}
import scala.tools.reflect._
import scala.reflect.runtime.universe._
- val tree = cm.mkToolBox().typeCheck( Literal(Constant("test")) )
+ val tree = cm.mkToolBox().typecheck( Literal(Constant("test")) )
}