File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3371,10 +3371,10 @@ object Build {
33713371 Seq (
33723372 s " -Ddotty.tests.dottyCompilerManagedSources= ${managedSrcDir}" ,
33733373 s " -Ddotty.tests.classes.dottyInterfaces= ${(`scala3-interfaces` / Compile / packageBin).value}" ,
3374- s " -Ddotty.tests.classes.dottyCompiler= ${(ThisProject / Compile / packageBin).value}" ,
3375- s " -Ddotty.tests.classes.tastyCore= ${(`tasty-core-nonbootstrapped ` / Compile / packageBin).value}" ,
3374+ s " -Ddotty.tests.classes.dottyCompiler= ${(`scala3-compiler-bootstrapped-new` / Compile / packageBin).value}" ,
3375+ s " -Ddotty.tests.classes.tastyCore= ${(`tasty-core-bootstrapped-new ` / Compile / packageBin).value}" ,
33763376 s " -Ddotty.tests.classes.compilerInterface= ${findArtifactPath(externalDeps, " compiler-interface" )}" ,
3377- s " -Ddotty.tests.classes.scalaLibrary= ${(`scala-library-nonbootstrapped ` / Compile / packageBin).value}" ,
3377+ s " -Ddotty.tests.classes.scalaLibrary= ${(`scala-library-bootstrapped ` / Compile / packageBin).value}" ,
33783378 s " -Ddotty.tests.classes.scalaAsm= ${findArtifactPath(externalDeps, " scala-asm" )}" ,
33793379 s " -Ddotty.tools.dotc.semanticdb.test= ${(ThisBuild / baseDirectory).value/ " tests" / " semanticdb" }" ,
33803380 " -Ddotty.tests.classes.scalaJSScalalib=" + (`scala-library-sjs` / Compile / packageBin).value,
You can’t perform that action at this time.
0 commit comments