summaryrefslogtreecommitdiff
path: root/test/files/run/reify_ann1b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/reify_ann1b.scala')
-rw-r--r--test/files/run/reify_ann1b.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/reify_ann1b.scala b/test/files/run/reify_ann1b.scala
index 29ce6021a2..30bafadf75 100644
--- a/test/files/run/reify_ann1b.scala
+++ b/test/files/run/reify_ann1b.scala
@@ -20,7 +20,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