summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2011-01-28 12:59:15 +0000
committerIulian Dragos <jaguarul@gmail.com>2011-01-28 12:59:15 +0000
commitfb718ccd5c1264b2816a3bed3138ced0fb2156f1 (patch)
treeefa4b87dd97744b8ec04a21a48614d628e8782b5 /test
parent7048ac2d664f876243b92cce006d06692e372859 (diff)
downloadscala-fb718ccd5c1264b2816a3bed3138ced0fb2156f1.tar.gz
scala-fb718ccd5c1264b2816a3bed3138ced0fb2156f1.tar.bz2
scala-fb718ccd5c1264b2816a3bed3138ced0fb2156f1.zip
Forgot to commit the updated tests in my previo...
Forgot to commit the updated tests in my previous commit. no review.
Diffstat (limited to 'test')
-rw-r--r--test/files/presentation/find-trees.check2
-rw-r--r--test/files/presentation/find-trees/FindTrees.scala1
2 files changed, 0 insertions, 3 deletions
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