We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953dc79 commit 35c13d8Copy full SHA for 35c13d8
compiler/test/dotty/tools/vulpix/TestConfiguration.scala
@@ -45,7 +45,7 @@ object TestConfiguration {
45
}
46
47
// Ideally should be Ycheck:all
48
- val yCheckOptions = Array("-Ycheck:firstTransform,refchecks,splitter,arrayConstructors,erasure,capturedVars,getClass,elimStaticThis,labelDef")
+ val yCheckOptions = Array("-Ycheck:all")
49
50
val basicDefaultOptions = checkOptions ++ noCheckOptions ++ yCheckOptions
51
val defaultUnoptimised = TestFlags(classPath, runClassPath, basicDefaultOptions)
0 commit comments