We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a365ed + df7b08c commit fa13f8dCopy full SHA for fa13f8d
compiler/test/dotty/tools/dotc/CompilerTest.scala
@@ -77,7 +77,7 @@ abstract class CompilerTest {
77
fs: Array[String],
78
args: Array[String]
79
)(implicit defaultOptions: List[String]): Boolean = {
80
- val scalaLib = findJarFromRuntime("scala-library")
+ val scalaLib = dotty.Jars.scalaLibrary
81
val fullArgs = Array(
82
"javac",
83
"-classpath",
0 commit comments