aboutsummaryrefslogtreecommitdiff
path: root/test/dotc
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-08-05 14:27:05 -0700
committerMartin Odersky <odersky@gmail.com>2015-08-05 14:27:05 -0700
commit694aabd5caa2a67721f82db4027d28815af90275 (patch)
treecd4e85edd99b7dfe8fd691c2eb711140d761bebc /test/dotc
parentc4680c87d453c59f5874980984305b202c2f7b62 (diff)
downloaddotty-694aabd5caa2a67721f82db4027d28815af90275.tar.gz
dotty-694aabd5caa2a67721f82db4027d28815af90275.tar.bz2
dotty-694aabd5caa2a67721f82db4027d28815af90275.zip
Revert "Disable -Ycheck:labelDefs"
This reverts commit c8afd79b4c7f145ba090a2d936d627c3ab35b1c2.
Diffstat (limited to 'test/dotc')
-rw-r--r--test/dotc/tests.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 3c0f883ce..b39d0e928 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -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")
}