Skip to content

Commit ab9f7c5

Browse files
committed
Don't have neg tests right now
1 parent 70e8323 commit ab9f7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/dotc/CompilationTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ class CompilationTests {
221221
@Test def flexibleTypesNeg: Unit = {
222222
implicit val testGroup: TestGroup = TestGroup("flexibleTypesNeg")
223223
aggregateTests(
224-
compileFilesInDir("tests/explicit-nulls/flexible-types/neg", defaultOptions and "-Yexplicit-nulls"),
224+
// compileFilesInDir("tests/explicit-nulls/flexible-types/neg", defaultOptions and "-Yexplicit-nulls"),
225225
compileFilesInDir("tests/explicit-nulls/flexible-types/common", defaultOptions and "-Yexplicit-nulls"),
226226
)
227227
}.checkExpectedErrors()

0 commit comments

Comments
 (0)