From fb718ccd5c1264b2816a3bed3138ced0fb2156f1 Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Fri, 28 Jan 2011 12:59:15 +0000 Subject: Forgot to commit the updated tests in my previo... Forgot to commit the updated tests in my previous commit. no review. --- test/files/presentation/find-trees.check | 2 -- test/files/presentation/find-trees/FindTrees.scala | 1 - 2 files changed, 3 deletions(-) (limited to 'test') diff --git a/test/files/presentation/find-trees.check b/test/files/presentation/find-trees.check index 73405e818c..33213dd911 100644 --- a/test/files/presentation/find-trees.check +++ b/test/files/presentation/find-trees.check @@ -1,8 +1,6 @@ reload: InteractiveTest.scala asking position at 19:4 retrieved tree: InteractiveTest.this.settings - ==================== asking position at 20:16 retrieved tree: lazy private[this] var compiler: scala.tools.nsc.interactive.CompilerControl = new Global(InteractiveTest.this.settings, InteractiveTest.this.reporter) - diff --git a/test/files/presentation/find-trees/FindTrees.scala b/test/files/presentation/find-trees/FindTrees.scala index 2d748e64cb..7437e3d3c7 100644 --- a/test/files/presentation/find-trees/FindTrees.scala +++ b/test/files/presentation/find-trees/FindTrees.scala @@ -20,7 +20,6 @@ object Test extends InteractiveTest { case Left(t) => println("retrieved tree: " + t) } - println(this.reporter.infos.mkString("\n")) } // You can enable settings for the presentation compiler here -- cgit v1.2.3