We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d07ae8 + 814c363 commit 837c7a2Copy full SHA for 837c7a2
compiler/test/dotty/tools/dotc/CompilationTests.scala
@@ -172,7 +172,7 @@ class CompilationTests extends ParallelTesting {
172
"tests/neg-custom-args/toplevel-samesource/S.scala",
173
"tests/neg-custom-args/toplevel-samesource/nested/S.scala"),
174
defaultOptions) +
175
- compileFile("tests/neg-custom-args/i6300.scala", allowDeepSubtypes)
+ compileFile("tests/neg-custom-args/i6300.scala", allowDeepSubtypes) +
176
compileFile("tests/neg-custom-args/i6312.scala", defaultOptions and "-Xfatal-warnings" and "-migration")
177
}.checkExpectedErrors()
178
0 commit comments