File tree Expand file tree Collapse file tree 7 files changed +13
-16
lines changed Expand file tree Collapse file tree 7 files changed +13
-16
lines changed Original file line number Diff line number Diff line change 1
1
package dotc
2
2
3
- import dotty .tools .dotc . vulpix .ParallelTesting
3
+ import dotty .tools .vulpix .ParallelTesting
4
4
5
5
import scala .concurrent .duration ._
6
6
Original file line number Diff line number Diff line change 1
- package dotty .tools .dotc
2
- package vulpix
1
+ package dotty .tools .vulpix
3
2
4
3
import java .io .{
5
4
File => JFile ,
@@ -9,7 +8,7 @@ import java.io.{
9
8
}
10
9
import java .lang .reflect .InvocationTargetException
11
10
12
- import dotty .tools .dotc . vulpix .Statuses ._
11
+ import dotty .tools .vulpix .Statuses ._
13
12
14
13
object ChildMain {
15
14
val realStdin = System .in
Original file line number Diff line number Diff line change 1
1
package dotty
2
2
package tools
3
- package dotc
4
3
package vulpix
5
4
6
5
import java .io .{ File => JFile }
@@ -16,11 +15,12 @@ import scala.util.Try
16
15
import scala .collection .mutable
17
16
import scala .util .matching .Regex
18
17
19
- import core .Contexts ._
20
- import reporting .{ Reporter , TestReporter }
21
- import reporting .diagnostic .MessageContainer
22
- import interfaces .Diagnostic .ERROR
18
+ import dotc . core .Contexts ._
19
+ import dotc . reporting .{ Reporter , TestReporter }
20
+ import dotc . reporting .diagnostic .MessageContainer
21
+ import dotc . interfaces .Diagnostic .ERROR
23
22
import dotc .util .DiffUtil
23
+ import dotc .{ Driver , Compiler }
24
24
25
25
import vulpix .Statuses ._
26
26
Original file line number Diff line number Diff line change 1
- package dotty .tools . dotc
1
+ package dotty .tools
2
2
package vulpix
3
3
4
4
import java .io .{
Original file line number Diff line number Diff line change 1
- package dotty .tools .dotc . vulpix ;
1
+ package dotty .tools .vulpix ;
2
2
3
3
import java .io .Serializable ;
4
4
Original file line number Diff line number Diff line change 1
- package dotty .tools .dotc . vulpix ;
1
+ package dotty .tools .vulpix ;
2
2
3
3
import org .junit .BeforeClass ;
4
4
import org .junit .AfterClass ;
Original file line number Diff line number Diff line change 1
- package dotty
2
- package tools
3
- package dotc
1
+ package dotty .tools
4
2
package vulpix
5
3
6
4
import org .junit .Assert ._
@@ -10,7 +8,7 @@ import scala.concurrent.duration._
10
8
import scala .util .control .NonFatal
11
9
12
10
class VulpixTests extends ParallelTesting {
13
- import CompilationTests ._
11
+ import dotc . CompilationTests ._
14
12
15
13
def maxDuration = 3 .seconds
16
14
def numberOfSlaves = 5
You can’t perform that action at this time.
0 commit comments