Skip to content

Commit fa13f8d

Browse files
authored
Merge pull request #2321 from dotty-staging/fix-compilertests
Update CompilerTests to new jar
2 parents 0a365ed + df7b08c commit fa13f8d

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)