Skip to content

Commit df7b08c

Browse files
committed
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.
1 parent 0a365ed commit df7b08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/dotc/CompilerTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ abstract class CompilerTest {
7777
fs: Array[String],
7878
args: Array[String]
7979
)(implicit defaultOptions: List[String]): Boolean = {
80-
val scalaLib = findJarFromRuntime("scala-library")
80+
val scalaLib = dotty.Jars.scalaLibrary
8181
val fullArgs = Array(
8282
"javac",
8383
"-classpath",

0 commit comments

Comments
 (0)