summaryrefslogtreecommitdiff
path: root/test/files/run/t6392b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6392b.scala')
-rw-r--r--test/files/run/t6392b.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6392b.scala b/test/files/run/t6392b.scala
index f69a5aaf45..e43c1a2b03 100644
--- a/test/files/run/t6392b.scala
+++ b/test/files/run/t6392b.scala
@@ -5,5 +5,5 @@ import scala.tools.reflect.ToolBox
object Test extends App {
val tb = cm.mkToolBox()
val c = tb.parse("object C")
- println(showRaw(tb.typeCheck(c), printKinds = true))
+ println(showRaw(tb.typecheck(c), printKinds = true))
} \ No newline at end of file