summaryrefslogtreecommitdiff
path: root/test/files/run/t6023.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6023.scala')
-rw-r--r--test/files/run/t6023.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6023.scala b/test/files/run/t6023.scala
index 07af3685a5..2753b93ac4 100644
--- a/test/files/run/t6023.scala
+++ b/test/files/run/t6023.scala
@@ -9,7 +9,7 @@ object Test extends App {
// test 2: import and typecheck
val toolbox = cm.mkToolBox()
- val ttree = toolbox.typeCheck(tree)
+ val ttree = toolbox.typecheck(tree)
println(ttree.toString)
// test 3: import and compile