Skip to content

Commit 89dbf92

Browse files
Backport "Remove double tests of tests/pos" to LTS (#20702)
Backports #18683 to the LTS branch. PR submitted by the release tooling. [skip ci]
2 parents ba6ac93 + 3ff7045 commit 89dbf92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class CompilationTests {
3333
compileFilesInDir("tests/pos", defaultOptions.and("-Ysafe-init")),
3434
compileFilesInDir("tests/pos-deep-subtype", allowDeepSubtypes),
3535
compileFilesInDir("tests/pos-special/sourcepath/outer", defaultOptions.and("-sourcepath", "tests/pos-special/sourcepath")),
36-
compileFilesInDir("tests/pos", defaultOptions.and("-Xlint:private-shadow", "-Xlint:type-parameter-shadow")),
3736
compileFile("tests/pos-special/sourcepath/outer/nested/Test4.scala", defaultOptions.and("-sourcepath", "tests/pos-special/sourcepath")),
3837
compileFilesInDir("tests/pos-scala2", defaultOptions.and("-source", "3.0-migration")),
3938
compileFilesInDir("tests/pos-custom-args/captures", defaultOptions.and("-language:experimental.captureChecking")),

0 commit comments

Comments
 (0)