We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed9a69 commit 65050feCopy full SHA for 65050fe
compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala
@@ -16,7 +16,7 @@ import java.nio.file._
16
class BootstrappedOnlyCompilationTests extends ParallelTesting {
17
import ParallelTesting._
18
import TestConfiguration._
19
- import CompilationTests._
+ import BootstrappedOnlyCompilationTests._
20
21
// Test suite configuration --------------------------------------------------
22
@@ -135,3 +135,8 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {
135
compileFilesInDir("tests/plugins/neg").checkExpectedErrors()
136
}
137
138
+
139
+object BootstrappedOnlyCompilationTests {
140
+ implicit val summaryReport: SummaryReporting = new SummaryReport
141
+ @AfterClass def cleanup(): Unit = summaryReport.echoSummary()
142
+}
0 commit comments