Skip to content

Commit 99f5628

Browse files
committed
Revert "Split posCC from pos tests"
This reverts commit a6f1ab2.
1 parent bb51ba0 commit 99f5628

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

+1-6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class CompilationTests {
3737
compileFilesInDir("tests/pos-special/sourcepath/outer", defaultOptions.and("-sourcepath", "tests/pos-special/sourcepath")),
3838
compileFile("tests/pos-special/sourcepath/outer/nested/Test4.scala", defaultOptions.and("-sourcepath", "tests/pos-special/sourcepath")),
3939
compileFilesInDir("tests/pos-scala2", defaultOptions.and("-source", "3.0-migration")),
40+
compileFilesInDir("tests/pos-custom-args/captures", defaultOptions.and("-language:experimental.captureChecking")),
4041
compileFile("tests/pos-special/utf8encoded.scala", defaultOptions.and("-encoding", "UTF8")),
4142
compileFile("tests/pos-special/utf16encoded.scala", defaultOptions.and("-encoding", "UTF16")),
4243
compileDir("tests/pos-special/i18589", defaultOptions.and("-Wsafe-init").without("-Ycheck:all")),
@@ -55,12 +56,6 @@ class CompilationTests {
5556
aggregateTests(tests*).checkCompile()
5657
}
5758

58-
@Test def posCC: Unit =
59-
given TestGroup = TestGroup("compilePosCC")
60-
aggregateTests(
61-
compileFilesInDir("tests/pos-custom-args/captures", defaultOptions.and("-language:experimental.captureChecking")),
62-
).checkCompile()
63-
6459
@Test def rewrites: Unit = {
6560
implicit val testGroup: TestGroup = TestGroup("rewrites")
6661

0 commit comments

Comments
 (0)