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 2076af34c8..72d8c611cb 100644
--- a/test/files/neg/reify_ann2b.scala
+++ b/test/files/neg/reify_ann2b.scala
@@ -24,5 +24,5 @@ object Test extends App {
println(ttree.toString)
// test 3: import and compile
- toolbox.runExpr(tree)
+ toolbox.eval(tree)
} \ No newline at end of file