File tree 1 file changed +2
-2
lines changed
compiler/test/dotty/tools/vulpix 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1211,7 +1211,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
1211
1211
* `f` in a specific way.
1212
1212
*
1213
1213
* - Each file is compiled separately as a single compilation run
1214
- * - Each directory is compiled as a `SeparateCompilationTaret `, in this
1214
+ * - Each directory is compiled as a `SeparateCompilationTarget `, in this
1215
1215
* target all files are grouped according to the file suffix `_X` where `X`
1216
1216
* is a number. These groups are then ordered in ascending order based on
1217
1217
* the value of `X` and each group is compiled one after the other.
@@ -1243,7 +1243,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
1243
1243
* `f` in a specific way. Once compiled, they are recompiled/run from tasty as sources.
1244
1244
*
1245
1245
* - Each file is compiled separately as a single compilation run
1246
- * - Each directory is compiled as a `SeparateCompilationTaret `, in this
1246
+ * - Each directory is compiled as a `SeparateCompilationTarget `, in this
1247
1247
* target all files are grouped according to the file suffix `_X` where `X`
1248
1248
* is a number. These groups are then ordered in ascending order based on
1249
1249
* the value of `X` and each group is compiled one after the other.
You can’t perform that action at this time.
0 commit comments