File tree 1 file changed +2
-2
lines changed
compiler/test/dotty/tools/vulpix
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ object TestConfiguration {
20
20
// "-Yscala2-unpickler", s"${Properties.scalaLibrary}",
21
21
" -Yno-deep-subtypes" ,
22
22
" -Yno-double-bindings" ,
23
- // "-Yforce-sbt-phases",
23
+ " -Yforce-sbt-phases" ,
24
24
" -Xsemanticdb" ,
25
25
" -Xverify-signatures"
26
26
)
@@ -63,7 +63,7 @@ object TestConfiguration {
63
63
64
64
val yCheckOptions = Array (" -Ycheck:all" )
65
65
66
- val commonOptions = Array (" -indent" ) ++ checkOptions ++ noCheckOptions// ++ yCheckOptions
66
+ val commonOptions = Array (" -indent" ) ++ checkOptions ++ noCheckOptions ++ yCheckOptions
67
67
val defaultOptions = TestFlags (basicClasspath, commonOptions)
68
68
val unindentOptions = TestFlags (basicClasspath, Array (" -no-indent" ) ++ checkOptions ++ noCheckOptions ++ yCheckOptions)
69
69
val withCompilerOptions =
You can’t perform that action at this time.
0 commit comments