File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/test/dotty/tools/vulpix Expand file tree Collapse file tree 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 =>
12111211 * `f` in a specific way.
12121212 *
12131213 * - 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
12151215 * target all files are grouped according to the file suffix `_X` where `X`
12161216 * is a number. These groups are then ordered in ascending order based on
12171217 * the value of `X` and each group is compiled one after the other.
@@ -1243,7 +1243,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
12431243 * `f` in a specific way. Once compiled, they are recompiled/run from tasty as sources.
12441244 *
12451245 * - 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
12471247 * target all files are grouped according to the file suffix `_X` where `X`
12481248 * is a number. These groups are then ordered in ascending order based on
12491249 * 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