Skip to content

Commit d9aacf6

Browse files
committed
Revert "Disable -Ycheck:labelDefs"
This reverts commit c8afd79.
1 parent b0469ac commit d9aacf6

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
@@ -24,7 +24,7 @@ class tests extends CompilerTest {
2424
"-Yno-deep-subtypes", "-Yno-double-bindings",
2525
"-d", defaultOutputDir) ++ {
2626
if (isRunByJenkins) List("-Ycheck:-Ycheck:tailrec,resolveSuper,mixin,restoreScopes,labelDef") // should be Ycheck:all, but #725
27-
else List("-Ycheck:tailrec,resolveSuper,mixin,restoreScopes")
27+
else List("-Ycheck:tailrec,resolveSuper,mixin,restoreScopes,labelDef")
2828
}
2929

3030

0 commit comments

Comments
 (0)