summaryrefslogtreecommitdiff
path: root/src/partest
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-05-23 18:21:07 +0000
committerPaul Phillips <paulp@improving.org>2010-05-23 18:21:07 +0000
commit41d361a9d26cb550a11691a5b93fb7f3ab5223d3 (patch)
tree040c9276da673832295571af5585b60a846bf7c0 /src/partest
parent3bad6d54b19c9ccc01a491b6483bb205d855381a (diff)
downloadscala-41d361a9d26cb550a11691a5b93fb7f3ab5223d3.tar.gz
scala-41d361a9d26cb550a11691a5b93fb7f3ab5223d3.tar.bz2
scala-41d361a9d26cb550a11691a5b93fb7f3ab5223d3.zip
Changed the script runner mechanism to alchemiz...
Changed the script runner mechanism to alchemize from AST atoms rather than generating wrapper source, and fixed script position reporting. This patch does not include a discussed change to mark some positions as synthetic. Closes #3119, #3121. Review by milessabin.
Diffstat (limited to 'src/partest')
-rw-r--r--src/partest/scala/tools/partest/nest/ConsoleRunner.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/partest/scala/tools/partest/nest/ConsoleRunner.scala b/src/partest/scala/tools/partest/nest/ConsoleRunner.scala
index eae79f23af..33f575c0a0 100644
--- a/src/partest/scala/tools/partest/nest/ConsoleRunner.scala
+++ b/src/partest/scala/tools/partest/nest/ConsoleRunner.scala
@@ -15,7 +15,6 @@ import RunnerUtils._
import scala.tools.nsc.Properties.{ versionMsg, setProp }
import scala.tools.nsc.util.CommandLineParser
import scala.tools.nsc.io
-import scala.tools.nsc.interpreter.returning
import io.{ Path, Process }
class ConsoleRunner extends DirectRunner {