Skip to content

Commit 1f91312

Browse files
committed
Indicate that dotty is being built.
1 parent 5e56813 commit 1f91312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/dotc/build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ object build extends tests {
1919
}
2020

2121
def main(args: Array[String]): Unit = {
22+
println("------------ Building dotty ------------")
2223
deleteFilesInFolder(new File(defaultOutputDir)) // clear previous output
2324
dotty // build output dir
2425
val p = Runtime.getRuntime.exec(Array("jar", "cf", "dotty.jar", "-C", "out", "."))

0 commit comments

Comments
 (0)