Skip to content

Commit beeef41

Browse files
committed
re-enable Ycheck
1 parent 71cc708 commit beeef41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ object TestConfiguration {
2020
// "-Yscala2-unpickler", s"${Properties.scalaLibrary}",
2121
"-Yno-deep-subtypes",
2222
"-Yno-double-bindings",
23-
//"-Yforce-sbt-phases",
23+
"-Yforce-sbt-phases",
2424
"-Xsemanticdb",
2525
"-Xverify-signatures"
2626
)
@@ -63,7 +63,7 @@ object TestConfiguration {
6363

6464
val yCheckOptions = Array("-Ycheck:all")
6565

66-
val commonOptions = Array("-indent") ++ checkOptions ++ noCheckOptions// ++ yCheckOptions
66+
val commonOptions = Array("-indent") ++ checkOptions ++ noCheckOptions ++ yCheckOptions
6767
val defaultOptions = TestFlags(basicClasspath, commonOptions)
6868
val unindentOptions = TestFlags(basicClasspath, Array("-no-indent") ++ checkOptions ++ noCheckOptions ++ yCheckOptions)
6969
val withCompilerOptions =

0 commit comments

Comments
 (0)