We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca0ada commit 8e9327bCopy full SHA for 8e9327b
compiler/test/dotty/tools/dotc/CompilationTests.scala
@@ -242,7 +242,8 @@ class CompilationTests {
242
).checkCompile()
243
}
244
245
- @Test def recheck: Unit =
+ //@Test disabled in favor of posWithCompilerCC to save time.
246
+ def recheck: Unit =
247
given TestGroup = TestGroup("recheck")
248
aggregateTests(
249
compileFilesInDir("tests/new", recheckOptions),
0 commit comments