From 3e038d801cd3177ed1230eb7729e11f8743db23a Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 15 May 2012 14:27:43 -0700 Subject: Removing more unneeded code. --- test/files/run/t1500.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/run/t1500.scala') diff --git a/test/files/run/t1500.scala b/test/files/run/t1500.scala index 586a2666ad..ab132b724f 100644 --- a/test/files/run/t1500.scala +++ b/test/files/run/t1500.scala @@ -1,4 +1,4 @@ -import scala.tools.nsc._ +import scala.tools.nsc._ object Test { @@ -20,7 +20,7 @@ object Test { val settings = new Settings() settings.classpath.value = System.getProperty("java.class.path") - val tool = new Interpreter(settings) + val tool = new interpreter.IMain(settings) val global = tool.compiler import global._ -- cgit v1.2.3