Skip to content

Commit 2b4ac34

Browse files
onComplete made private
1 parent f0cd975 commit 2b4ac34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/vulpix/ParallelTesting.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
244244
}
245245

246246
/** This callback is executed once the compilation of this test source finished */
247-
final def onComplete(testSource: TestSource, reportersOrCrash: Try[Seq[TestReporter]], logger: LoggedRunnable): Unit =
247+
private final def onComplete(testSource: TestSource, reportersOrCrash: Try[Seq[TestReporter]], logger: LoggedRunnable): Unit =
248248
reportersOrCrash match {
249249
case TryFailure(exn) => onFailure(testSource, Nil, logger, Some(s"Fatal compiler crash when compiling: ${testSource.title}:\n${exn.getMessage}\n${exn.getStackTrace.mkString("\n")}"))
250250
case TrySuccess(reporters) => maybeFailureMessage(testSource, reporters) match {

0 commit comments

Comments
 (0)