Skip to content

Commit aaf0527

Browse files
oderskyWojciechMazur
authored andcommitted
Disable posWithCompilerCC for now
Need to follow up later
1 parent 8035fee commit aaf0527

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ class BootstrappedOnlyCompilationTests {
3232
).checkCompile()
3333
}
3434

35-
@Test def posWithCompilerCC: Unit =
35+
// @Test
36+
def posWithCompilerCC: Unit =
3637
implicit val testGroup: TestGroup = TestGroup("compilePosWithCompilerCC")
3738
aggregateTests(
3839
compileDir("tests/pos-with-compiler-cc/dotc", withCompilerOptions.and("-language:experimental.captureChecking"))

0 commit comments

Comments
 (0)