File tree 1 file changed +1
-1
lines changed
compiler/test/dotty/tools/dotc
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {
102
102
compileDir(" compiler/src/dotty/tools/dotc/parsing" , picklingWithCompilerOptions) +
103
103
compileDir(" compiler/src/dotty/tools/dotc/printing" , picklingWithCompilerOptions) +
104
104
compileDir(" compiler/src/dotty/tools/repl" , picklingWithCompilerOptions) +
105
- compileDir(" compiler/src/dotty/tools/dotc/rewrite " , picklingWithCompilerOptions) +
105
+ compileDir(" compiler/src/dotty/tools/dotc/rewrites " , picklingWithCompilerOptions) +
106
106
compileDir(" compiler/src/dotty/tools/dotc/transform" , picklingWithCompilerOptions) +
107
107
compileDir(" compiler/src/dotty/tools/dotc/typer" , picklingWithCompilerOptions) +
108
108
compileDir(" compiler/src/dotty/tools/dotc/util" , picklingWithCompilerOptions) +
You can’t perform that action at this time.
0 commit comments