Skip to content

Commit

Permalink
Revert "Disable -Ycheck:labelDefs"
Browse files Browse the repository at this point in the history
This reverts commit c8afd79.
  • Loading branch information
odersky committed Aug 5, 2015
1 parent c4680c8 commit 694aabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dotc/tests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class tests extends CompilerTest {
"-Yno-deep-subtypes", "-Yno-double-bindings",
"-d", defaultOutputDir) ++ {
if (isRunByJenkins) List("-Ycheck:-Ycheck:tailrec,resolveSuper,mixin,restoreScopes,labelDef") // should be Ycheck:all, but #725
else List("-Ycheck:tailrec,resolveSuper,mixin,restoreScopes")
else List("-Ycheck:tailrec,resolveSuper,mixin,restoreScopes,labelDef")
}


Expand Down

0 comments on commit 694aabd

Please sign in to comment.