aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/tools/dotc/ParallelTesting.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-03-20 15:40:13 +0100
committerFelix Mulder <felix.mulder@gmail.com>2017-03-29 10:33:24 +0200
commitd2e50d92be4038bf0ec07a61caff7959b8f2a583 (patch)
tree1d2eee9649e07bf7a4100c0a50d57aa8a0b85a37 /compiler/test/dotty/tools/dotc/ParallelTesting.scala
parent40627780e12fa1b08d57f298e8a95fcde57f0601 (diff)
downloaddotty-d2e50d92be4038bf0ec07a61caff7959b8f2a583.tar.gz
dotty-d2e50d92be4038bf0ec07a61caff7959b8f2a583.tar.bz2
dotty-d2e50d92be4038bf0ec07a61caff7959b8f2a583.zip
Make compileList take test name arg
Diffstat (limited to 'compiler/test/dotty/tools/dotc/ParallelTesting.scala')
-rw-r--r--compiler/test/dotty/tools/dotc/ParallelTesting.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/test/dotty/tools/dotc/ParallelTesting.scala b/compiler/test/dotty/tools/dotc/ParallelTesting.scala
index 884fd155e..0cb6e8d7c 100644
--- a/compiler/test/dotty/tools/dotc/ParallelTesting.scala
+++ b/compiler/test/dotty/tools/dotc/ParallelTesting.scala
@@ -596,7 +596,7 @@ trait ParallelTesting {
new CompilationTest(target)
}
- def compileList(files: List[String], flags: Array[String])(implicit outDirectory: String): CompilationTest = {
+ def compileList(testName: String, files: List[String], flags: Array[String])(implicit outDirectory: String): CompilationTest = {
val outDir = outDirectory + getCallingMethod + "/" + testName + "/"
// Directories in which to compile all containing files with `flags`: