summaryrefslogtreecommitdiff
path: root/test/pending/run/reify_classfileann_b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/reify_classfileann_b.scala')
-rw-r--r--test/pending/run/reify_classfileann_b.scala8
1 files changed, 2 insertions, 6 deletions
diff --git a/test/pending/run/reify_classfileann_b.scala b/test/pending/run/reify_classfileann_b.scala
index b76dd8fc9f..c31826377a 100644
--- a/test/pending/run/reify_classfileann_b.scala
+++ b/test/pending/run/reify_classfileann_b.scala
@@ -17,12 +17,8 @@ object Test extends App {
}.tree
println(tree.toString)
- // test 2: import and typecheck
+ // test 2: import and compile
val reporter = new ConsoleReporter(new Settings)
val toolbox = new ToolBox(reporter)
- val ttree = toolbox.typeCheck(tree)
- println(ttree.toString)
-
- // test 3: import and compile
- toolbox.runExpr(ttree)
+ toolbox.runExpr(tree)
} \ No newline at end of file