Skip to content

Commit

Permalink
Drop recheck test
Browse files Browse the repository at this point in the history
Drop recheck test to make up for some of the overhead due to the
capture checking test.
  • Loading branch information
odersky committed Nov 7, 2022
1 parent c66b6d4 commit cd96e9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/test/dotty/tools/dotc/CompilationTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ class CompilationTests {
).checkCompile()
}

@Test def recheck: Unit =
//@Test disabled in favor of posWithCompilerCC to save time.
def recheck: Unit =
given TestGroup = TestGroup("recheck")
aggregateTests(
compileFilesInDir("tests/new", recheckOptions),
Expand Down

0 comments on commit cd96e9a

Please sign in to comment.