From df7b08c7036a015c8703b5107827e7f00f6c90be Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Thu, 27 Apr 2017 16:51:49 +0200 Subject: [PATCH] Update CompilerTests to new jar I can't run the new CompilationTests for a number of reasons under Eclipse. Updating CompilerTests to work under the new build. --- compiler/test/dotty/tools/dotc/CompilerTest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/test/dotty/tools/dotc/CompilerTest.scala b/compiler/test/dotty/tools/dotc/CompilerTest.scala index c5234cccaa42..83e10a4b8261 100644 --- a/compiler/test/dotty/tools/dotc/CompilerTest.scala +++ b/compiler/test/dotty/tools/dotc/CompilerTest.scala @@ -77,7 +77,7 @@ abstract class CompilerTest { fs: Array[String], args: Array[String] )(implicit defaultOptions: List[String]): Boolean = { - val scalaLib = findJarFromRuntime("scala-library") + val scalaLib = dotty.Jars.scalaLibrary val fullArgs = Array( "javac", "-classpath",