Skip to content

Commit 8e9327b

Browse files
committed
Drop recheck test
Drop recheck test to make up for some of the overhead due to the capture checking test.
1 parent bca0ada commit 8e9327b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@ class CompilationTests {
242242
).checkCompile()
243243
}
244244

245-
@Test def recheck: Unit =
245+
//@Test disabled in favor of posWithCompilerCC to save time.
246+
def recheck: Unit =
246247
given TestGroup = TestGroup("recheck")
247248
aggregateTests(
248249
compileFilesInDir("tests/new", recheckOptions),

0 commit comments

Comments
 (0)