Skip to content

Commit

Permalink
Disable posWithCompilerCC for now
Browse files Browse the repository at this point in the history
Need to follow up later
  • Loading branch information
odersky committed Aug 27, 2023
1 parent 7bfb505 commit 5274665
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ class BootstrappedOnlyCompilationTests {
).checkCompile()
}

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

0 comments on commit 5274665

Please sign in to comment.