summaryrefslogtreecommitdiff
path: root/test/files/neg/reify_ann2b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/reify_ann2b.scala')
-rw-r--r--test/files/neg/reify_ann2b.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/reify_ann2b.scala b/test/files/neg/reify_ann2b.scala
index 74273ad6ec..b43567c2a7 100644
--- a/test/files/neg/reify_ann2b.scala
+++ b/test/files/neg/reify_ann2b.scala
@@ -26,5 +26,5 @@ object Test extends App {
println(ttree.toString)
// test 3: import and compile
- toolbox.runExpr(ttree)
+ toolbox.runExpr(tree)
} \ No newline at end of file