Skip to content

Commit a72ba85

Browse files
oderskyfelixmulder
authored andcommitted
Compile dotty library when bootstrapping
1 parent 0d507d7 commit a72ba85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/test/dotc/tests.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,12 +353,12 @@ class tests extends CompilerTest {
353353
println(f)
354354
println(System.getProperty("java.class.path"))
355355

356-
357356
val opt = List("-priorityclasspath", defaultOutputDir, "-Ylog-classpath")
358357
// first compile dotty
359358
compileDir(dottyDir, ".", List("-deep", "-Ycheck-reentrant", "-strict"))(allowDeepSubtypes)
360359

361-
360+
compileDir(libDir, "dotty", "-deep" :: opt)
361+
compileDir(libDir, "scala", "-deep" :: opt)
362362
compileDir(dottyDir, "tools", opt)
363363
compileDir(toolsDir, "dotc", opt)
364364
compileDir(dotcDir, "ast", opt)

0 commit comments

Comments
 (0)