Skip to content

Commit 6369d6f

Browse files
committed
Enable Ycheck after labelDef. Fixes #701
1 parent 61c30f8 commit 6369d6f

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
@@ -20,7 +20,7 @@ class tests extends CompilerTest {
2020

2121
implicit val defaultOptions = noCheckOptions ++ List(
2222
"-Yno-deep-subtypes", "-Yno-double-bindings",
23-
"-Ycheck:tailrec,resolveSuper,mixin,restoreScopes",
23+
"-Ycheck:tailrec,resolveSuper,mixin,restoreScopes,labelDef",
2424
"-d", defaultOutputDir
2525
)
2626
val testPickling = List("-Xprint-types", "-Ytest-pickler", "-Ystop-after:pickler")

0 commit comments

Comments
 (0)