Skip to content

Commit 08b3175

Browse files
committed
Add more explicit nulls flag
1 parent ee596b5 commit 08b3175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ object TestConfiguration {
6666
val defaultOptions = TestFlags(basicClasspath, commonOptions)
6767
val unindentOptions = TestFlags(basicClasspath, Array("-no-indent") ++ checkOptions ++ noCheckOptions ++ yCheckOptions)
6868
val withCompilerOptions =
69-
defaultOptions.withClasspath(withCompilerClasspath).withRunClasspath(withCompilerClasspath)
69+
defaultOptions.withClasspath(withCompilerClasspath).withRunClasspath(withCompilerClasspath) and "-Yexplicit-nulls"
7070
lazy val withStagingOptions =
7171
defaultOptions.withClasspath(withStagingClasspath).withRunClasspath(withStagingClasspath)
7272
lazy val withTastyInspectorOptions =

0 commit comments

Comments
 (0)