Skip to content

Commit

Permalink
re-enable Ycheck
Browse files Browse the repository at this point in the history
  • Loading branch information
olhotak committed Jul 21, 2023
1 parent 237ebd2 commit 2286f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/test/dotty/tools/vulpix/TestConfiguration.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object TestConfiguration {
// "-Yscala2-unpickler", s"${Properties.scalaLibrary}",
"-Yno-deep-subtypes",
"-Yno-double-bindings",
//"-Yforce-sbt-phases",
"-Yforce-sbt-phases",
"-Xsemanticdb",
"-Xverify-signatures"
)
Expand Down Expand Up @@ -63,7 +63,7 @@ object TestConfiguration {

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

val commonOptions = Array("-indent") ++ checkOptions ++ noCheckOptions// ++ yCheckOptions
val commonOptions = Array("-indent") ++ checkOptions ++ noCheckOptions ++ yCheckOptions
val defaultOptions = TestFlags(basicClasspath, commonOptions)
val unindentOptions = TestFlags(basicClasspath, Array("-no-indent") ++ checkOptions ++ noCheckOptions ++ yCheckOptions)
val withCompilerOptions =
Expand Down

0 comments on commit 2286f01

Please sign in to comment.