File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
compiler/test/dotty/tools/dotc Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import java.nio.file._
16
16
class BootstrappedOnlyCompilationTests extends ParallelTesting {
17
17
import ParallelTesting ._
18
18
import TestConfiguration ._
19
- import CompilationTests ._
19
+ import BootstrappedOnlyCompilationTests ._
20
20
21
21
// Test suite configuration --------------------------------------------------
22
22
@@ -135,3 +135,9 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {
135
135
compileFilesInDir(" tests/plugins/neg" ).checkExpectedErrors()
136
136
}
137
137
}
138
+
139
+ object BootstrappedOnlyCompilationTests {
140
+ implicit val summaryReport : SummaryReporting = new SummaryReport
141
+ @ AfterClass def cleanup (): Unit = summaryReport.echoSummary()
142
+ }
143
+
You can’t perform that action at this time.
0 commit comments