Skip to content

Commit 35c13d8

Browse files
committed
Enable -Ycheck:all
1 parent 953dc79 commit 35c13d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/vulpix/TestConfiguration.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ object TestConfiguration {
4545
}
4646

4747
// Ideally should be Ycheck:all
48-
val yCheckOptions = Array("-Ycheck:firstTransform,refchecks,splitter,arrayConstructors,erasure,capturedVars,getClass,elimStaticThis,labelDef")
48+
val yCheckOptions = Array("-Ycheck:all")
4949

5050
val basicDefaultOptions = checkOptions ++ noCheckOptions ++ yCheckOptions
5151
val defaultUnoptimised = TestFlags(classPath, runClassPath, basicDefaultOptions)

0 commit comments

Comments
 (0)