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 ba2fb3c commit 9ce1d21Copy full SHA for 9ce1d21
compiler/test/dotty/tools/vulpix/ParallelTesting.scala
@@ -55,14 +55,14 @@ trait ParallelTesting extends RunnerOrchestration { self =>
55
56
def runClassPath: String = outDir.getAbsolutePath + ":" + flags.runClassPath
57
58
- def title: String = (self match {
+ def title: String = self match {
59
case self: JointCompilationSource =>
60
if (self.files.length > 1) name
61
else self.files.head.getPath
62
63
case self: SeparateCompilationSource =>
64
self.dir.getPath
65
- }).stripPrefix("../")
+ }
66
67
/** Adds the flags specified in `newFlags0` if they do not already exist */
68
def withFlags(newFlags0: String*) = {
0 commit comments