Skip to content

Commit 7a86b42

Browse files
committed
fix rebase conflict
1 parent 7ad2e97 commit 7a86b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/vulpix/ParallelTesting.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
128128
/** A group of files that may all be compiled together, with the same flags
129129
* and output directory
130130
*/
131-
private final case class JointCompilationSource(
131+
private case class JointCompilationSource(
132132
name: String,
133133
files: Array[JFile],
134134
flags: TestFlags,

0 commit comments

Comments
 (0)