Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 498a463

Browse files
committed
Remove dead code: PartestRunSettings
1 parent 5f268b3 commit 498a463

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/main/scala/scala/tools/partest/nest/Runner.scala

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,6 @@ import TestState.{ Pass, Fail, Crash, Uninitialized, Updated }
2828

2929
import FileManager.{compareFiles, compareContents, joinPaths}
3030

31-
trait PartestRunSettings {
32-
def gitPath: Path
33-
def reportPath: Path
34-
def logPath: Path
35-
36-
def testPaths: List[Path]
37-
38-
def gitDiffOptions: List[String]
39-
def extraScalacOptions: List[String]
40-
def extraJavaOptions: List[String]
41-
}
42-
4331
class TestTranscript {
4432
import NestUI.color._
4533
private val buf = ListBuffer[String]()

0 commit comments

Comments
 (0)