Skip to content

Commit

Permalink
Don't have neg tests right now
Browse files Browse the repository at this point in the history
  • Loading branch information
noti0na1 committed Nov 29, 2023
1 parent 70e8323 commit ab9f7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/test/dotty/tools/dotc/CompilationTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class CompilationTests {
@Test def flexibleTypesNeg: Unit = {
implicit val testGroup: TestGroup = TestGroup("flexibleTypesNeg")
aggregateTests(
compileFilesInDir("tests/explicit-nulls/flexible-types/neg", defaultOptions and "-Yexplicit-nulls"),
// compileFilesInDir("tests/explicit-nulls/flexible-types/neg", defaultOptions and "-Yexplicit-nulls"),
compileFilesInDir("tests/explicit-nulls/flexible-types/common", defaultOptions and "-Yexplicit-nulls"),
)
}.checkExpectedErrors()
Expand Down

0 comments on commit ab9f7c5

Please sign in to comment.