aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-08-04 18:34:58 -0700
committerMartin Odersky <odersky@gmail.com>2015-08-04 18:34:58 -0700
commitc8afd79b4c7f145ba090a2d936d627c3ab35b1c2 (patch)
treea8224e4b1db2eb3f7b0fd0b47d7bb945e10bf492 /test/dotc/tests.scala
parentac226f26d8f54c79c642ed88bc5c48916afeb61b (diff)
downloaddotty-c8afd79b4c7f145ba090a2d936d627c3ab35b1c2.tar.gz
dotty-c8afd79b4c7f145ba090a2d936d627c3ab35b1c2.tar.bz2
dotty-c8afd79b4c7f145ba090a2d936d627c3ab35b1c2.zip
Disable -Ycheck:labelDefs
Disable the check because if fails for desugar.scala and also in some dotty files. This test failed before the addition of NonLocalReturns.
Diffstat (limited to 'test/dotc/tests.scala')
-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 0284a8714..c5d93b861 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,labelDef")
+ else List("-Ycheck:tailrec,resolveSuper,mixin,restoreScopes")
}