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