Skip to content

Commit 837c7a2

Browse files
Merge pull request #6423 from dotty-staging/fix-neg-tests
Fix negAll tests
2 parents 2d07ae8 + 814c363 commit 837c7a2

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
@@ -172,7 +172,7 @@ class CompilationTests extends ParallelTesting {
172172
"tests/neg-custom-args/toplevel-samesource/S.scala",
173173
"tests/neg-custom-args/toplevel-samesource/nested/S.scala"),
174174
defaultOptions) +
175-
compileFile("tests/neg-custom-args/i6300.scala", allowDeepSubtypes)
175+
compileFile("tests/neg-custom-args/i6300.scala", allowDeepSubtypes) +
176176
compileFile("tests/neg-custom-args/i6312.scala", defaultOptions and "-Xfatal-warnings" and "-migration")
177177
}.checkExpectedErrors()
178178

0 commit comments

Comments
 (0)