Skip to content

Commit 24f4ce1

Browse files
committed
fix rebase conflict
1 parent fef4bb1 commit 24f4ce1

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
@@ -129,7 +129,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
129129
/** A group of files that may all be compiled together, with the same flags
130130
* and output directory
131131
*/
132-
private final case class JointCompilationSource(
132+
private case class JointCompilationSource(
133133
name: String,
134134
files: Array[JFile],
135135
flags: TestFlags,

0 commit comments

Comments
 (0)