Skip to content

Commit d8889ec

Browse files
authored
Merge pull request #5053 from dotty-staging/fix-5021
Fix #5021: Remove duplicate test
2 parents 3a5460b + bec83bd commit d8889ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {
4343
compileDir("compiler/src/dotty/tools/dotc/reporting", withCompilerOptions) +
4444
compileDir("compiler/src/dotty/tools/dotc/typer", withCompilerOptions) +
4545
compileDir("compiler/src/dotty/tools/dotc/util", withCompilerOptions) +
46-
compileDir("compiler/src/dotty/tools/io", withCompilerOptions) +
47-
compileDir("compiler/src/dotty/tools/dotc/core", withCompilerOptions)
46+
compileDir("compiler/src/dotty/tools/io", withCompilerOptions)
4847
}.checkCompile()
4948

5049
@Test def posTwiceWithCompiler: Unit = {

0 commit comments

Comments
 (0)