File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/test/dotty/tools/vulpix Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ object TestConfiguration {
73
73
val bestEffortBaselineOptions = TestFlags (basicClasspath, noCheckOptions)
74
74
val unindentOptions = TestFlags (basicClasspath, Array (" -no-indent" ) ++ checkOptions ++ noCheckOptions ++ yCheckOptions)
75
75
val withCompilerOptions =
76
- defaultOptions.withClasspath(withCompilerClasspath).withRunClasspath(withCompilerClasspath)
76
+ defaultOptions.and( " -Yexplicit-nulls " ). withClasspath(withCompilerClasspath).withRunClasspath(withCompilerClasspath)
77
77
lazy val withStagingOptions =
78
78
defaultOptions.withClasspath(withStagingClasspath).withRunClasspath(withStagingClasspath)
79
79
lazy val withTastyInspectorOptions =
@@ -89,7 +89,7 @@ object TestConfiguration {
89
89
" -Yprint-pos-syms"
90
90
)
91
91
val picklingWithCompilerOptions =
92
- picklingOptions.withClasspath(withCompilerClasspath).withRunClasspath(withCompilerClasspath)
92
+ picklingOptions.and( " -Yexplicit-nulls " ). withClasspath(withCompilerClasspath).withRunClasspath(withCompilerClasspath)
93
93
94
94
val explicitNullsOptions = defaultOptions and " -Yexplicit-nulls"
95
95
You can’t perform that action at this time.
0 commit comments