Skip to content

Commit cfacdb6

Browse files
committed
Remove useless -priorityclasspath option in the tastyBootstrap test.
`lib` is compiled first in this test, in an output directory which has just been cleaned out. Therefore, there is never anything in that directory, and the option has no effect.
1 parent 2457371 commit cfacdb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ class CompilationTests {
243243
defaultOptions.and("-Ycheck-reentrant",
244244
"-Yerased-terms", // support declaration of scala.compiletime.erasedValue
245245
// "-source", "3.1", // TODO: re-enable once we allow : @unchecked in pattern definitions. Right now, lots of narrowing pattern definitions fail.
246-
"-priorityclasspath", defaultOutputDir))(libGroup)
246+
))(libGroup)
247247

248248
val tastyCoreSources = sources(Paths.get("tasty/src"))
249249
val tastyCore = compileList("tastyCore", tastyCoreSources, opt)(tastyCoreGroup)

0 commit comments

Comments
 (0)