summaryrefslogtreecommitdiff
path: root/test/files/run/t1500.scala
diff options
context:
space:
mode:
authorSimon Ochsenreither <simon@ochsenreither.de>2012-09-21 21:14:19 +0200
committerSimon Ochsenreither <simon@ochsenreither.de>2012-10-08 05:24:41 +0200
commit17fd905e868db7de4c7f9046bb9c4937e281c1fe (patch)
tree52fa111b1d86d12f9bdf28e526b4f35ab6d2fc10 /test/files/run/t1500.scala
parent7be1652cbf1300fe5fea44681a480c33467c2296 (diff)
downloadscala-17fd905e868db7de4c7f9046bb9c4937e281c1fe.tar.gz
scala-17fd905e868db7de4c7f9046bb9c4937e281c1fe.tar.bz2
scala-17fd905e868db7de4c7f9046bb9c4937e281c1fe.zip
SI-6388 Remove deprecated items in the compiler jar
Deprecations in the following files were not removed to prevent SBT from breaking: - src/compiler/scala/tools/nsc/Interpreter.scala - src/compiler/scala/tools/nsc/InterpreterLoop.scala - src/compiler/scala/tools/nsc/interpreter/ILoop.scala - src/compiler/scala/tools/nsc/interpreter/InteractiveReader.scala
Diffstat (limited to 'test/files/run/t1500.scala')
-rw-r--r--test/files/run/t1500.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t1500.scala b/test/files/run/t1500.scala
index ab132b724f..6d2e7ee05f 100644
--- a/test/files/run/t1500.scala
+++ b/test/files/run/t1500.scala
@@ -21,7 +21,7 @@ object Test {
val settings = new Settings()
settings.classpath.value = System.getProperty("java.class.path")
val tool = new interpreter.IMain(settings)
- val global = tool.compiler
+ val global = tool.global
import global._
import definitions._