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/constrained-types.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/files/run/constrained-types.scala') diff --git a/test/files/run/constrained-types.scala b/test/files/run/constrained-types.scala index 56fbd749c0..59fd0b1b8c 100644 --- a/test/files/run/constrained-types.scala +++ b/test/files/run/constrained-types.scala @@ -90,6 +90,8 @@ object Test { settings.Xexperimental.value = true settings.selfInAnnots.value = true settings.deprecation.value = true + // when running that compiler, give it a scala-library to the classpath + settings.classpath.value = System.getProperty("java.class.path") val interp = new Interpreter(settings) -- cgit v1.2.3