@@ -37,6 +37,7 @@ class CompilationTests {
37
37
compileFilesInDir(" tests/pos-special/sourcepath/outer" , defaultOptions.and(" -sourcepath" , " tests/pos-special/sourcepath" )),
38
38
compileFile(" tests/pos-special/sourcepath/outer/nested/Test4.scala" , defaultOptions.and(" -sourcepath" , " tests/pos-special/sourcepath" )),
39
39
compileFilesInDir(" tests/pos-scala2" , defaultOptions.and(" -source" , " 3.0-migration" )),
40
+ compileFilesInDir(" tests/pos-custom-args/captures" , defaultOptions.and(" -language:experimental.captureChecking" )),
40
41
compileFile(" tests/pos-special/utf8encoded.scala" , defaultOptions.and(" -encoding" , " UTF8" )),
41
42
compileFile(" tests/pos-special/utf16encoded.scala" , defaultOptions.and(" -encoding" , " UTF16" )),
42
43
compileDir(" tests/pos-special/i18589" , defaultOptions.and(" -Wsafe-init" ).without(" -Ycheck:all" )),
@@ -55,12 +56,6 @@ class CompilationTests {
55
56
aggregateTests(tests* ).checkCompile()
56
57
}
57
58
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
-
64
59
@ Test def rewrites : Unit = {
65
60
implicit val testGroup : TestGroup = TestGroup (" rewrites" )
66
61
0 commit comments