summaryrefslogtreecommitdiff
path: root/test/files/run/t5816.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5816.scala')
-rw-r--r--test/files/run/t5816.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5816.scala b/test/files/run/t5816.scala
index f0279e5703..e8367ea81e 100644
--- a/test/files/run/t5816.scala
+++ b/test/files/run/t5816.scala
@@ -6,7 +6,7 @@ object Test extends App {
val toolbox = cm.mkToolBox()
def printSource[T](expr: Expr[T]) {
- val ttree = toolbox typeCheck expr.tree
+ val ttree = toolbox typecheck expr.tree
println(ttree.toString)
}