We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f5aed commit 5c65ccaCopy full SHA for 5c65cca
compiler/test/dotty/tools/dotc/CompilationTests.scala
@@ -289,8 +289,10 @@ class CompilationTests extends ParallelTesting {
289
// Explicit nulls tests
290
@Test def explicitNullsNeg: Unit = {
291
implicit val testGroup: TestGroup = TestGroup("explicitNullsNeg")
292
- compileFilesInDir("tests/explicit-nulls/neg", explicitNullsOptions) +
+ aggregateTests(
293
+ compileFilesInDir("tests/explicit-nulls/neg", explicitNullsOptions),
294
compileFilesInDir("tests/explicit-nulls/neg-patmat", explicitNullsOptions and "-Xfatal-warnings")
295
+ )
296
}.checkExpectedErrors()
297
298
@Test def explicitNullsPos: Unit = {
0 commit comments