Skip to content

Commit bedeb29

Browse files
committed
Add test that capture-checks the compiler
1 parent 0e44367 commit bedeb29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class BootstrappedOnlyCompilationTests {
3838
@Test def posWithCompilerCC: Unit =
3939
implicit val testGroup: TestGroup = TestGroup("compilePosWithCompilerCC")
4040
aggregateTests(
41-
compileDir("tests/pos-with-compiler-cc/dotc", withCompilerOptions)
41+
compileDir("tests/pos-with-compiler-cc/dotc", withCompilerOptions.and("-language:experimental.captureChecking"))
4242
).checkCompile()
4343

4444
@Test def posWithCompiler: Unit = {

0 commit comments

Comments
 (0)