@@ -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