File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
compiler/test/dotty/tools/dotc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,6 @@ class CompilationTests extends ParallelTesting {
106
106
compileFilesInDir(" tests/pos-deep-subtype" , allowDeepSubtypes) +
107
107
compileFilesInDir(" tests/pos-kind-polymorphism" , defaultOptions and " -Ykind-polymorphism" ) +
108
108
compileDir(" tests/pos/i1137-1" , defaultOptions and " -Yemit-tasty" ) +
109
- compileDir(" tests/neg-custom-args/isInstanceOf" , defaultOptions and " -Xfatal-warnings" ) +
110
109
compileFile(
111
110
// succeeds despite -Xfatal-warnings because of -nowarn
112
111
" tests/neg-custom-args/fatal-warnings/xfatalWarnings.scala" ,
@@ -191,6 +190,7 @@ class CompilationTests extends ParallelTesting {
191
190
compileFile(" tests/neg-custom-args/noimports2.scala" , defaultOptions.and(" -Yno-imports" )) +
192
191
compileFile(" tests/neg-custom-args/i3882.scala" , allowDeepSubtypes) +
193
192
compileFile(" tests/neg-custom-args/i1754.scala" , allowDeepSubtypes) +
193
+ compileDir(" tests/neg-custom-args/isInstanceOf" , defaultOptions and " -Xfatal-warnings" ) +
194
194
compileFile(" tests/neg-custom-args/i3627.scala" , allowDeepSubtypes)
195
195
}.checkExpectedErrors()
196
196
You can’t perform that action at this time.
0 commit comments