From ee02ad59ce2c42758712a1385f33ce962ae4107c Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Mon, 26 Oct 2009 09:56:33 +0000 Subject: new classpaths. --- test/files/run/t1500.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/files/run/t1500.scala') diff --git a/test/files/run/t1500.scala b/test/files/run/t1500.scala index 58adea221c..de79b84e75 100644 --- a/test/files/run/t1500.scala +++ b/test/files/run/t1500.scala @@ -20,6 +20,8 @@ object Test { val tool = new Interpreter(new Settings()) val global = tool.compiler + // when running that compiler, give it a scala-library to the classpath + global.settings.classpath.value = System.getProperty("java.class.path") import global._ import definitions._ -- cgit v1.2.3