Skip to content

Commit 7eef035

Browse files
committed
Disable Ycheck:all until #725 is fixed.
1 parent 8d26619 commit 7eef035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotc/tests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class tests extends CompilerTest {
2323
implicit val defaultOptions = noCheckOptions ++ List(
2424
"-Yno-deep-subtypes", "-Yno-double-bindings",
2525
"-d", defaultOutputDir) ++ {
26-
if (isRunByJenkins) List("-Ycheck:all")
26+
if (isRunByJenkins) List("-Ycheck:-Ycheck:tailrec,resolveSuper,mixin,restoreScopes,labelDef") // should be Ycheck:all, but #725
2727
else List("-Ycheck:tailrec,resolveSuper,mixin,restoreScopes,labelDef")
2828
}
2929

0 commit comments

Comments
 (0)