File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
compiler/test/dotty/tools/dotc Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ class CompilationTests extends ParallelTesting {
184
184
compileFile(" ../tests/neg-custom-args/noimports2.scala" , defaultOptions.and(" -Yno-imports" )) +
185
185
compileFile(" ../tests/neg-custom-args/overloadsOnAbstractTypes.scala" , allowDoubleBindings) +
186
186
compileFile(" ../tests/neg-custom-args/xfatalWarnings.scala" , defaultOptions.and(" -Xfatal-warnings" )) +
187
+ compileFile(" ../tests/neg-custom-args/i3561.scala" , defaultOptions.and(" -Xfatal-warnings" )) +
187
188
compileFile(" ../tests/neg-custom-args/pureStatement.scala" , defaultOptions.and(" -Xfatal-warnings" )) +
188
189
compileFile(" ../tests/neg-custom-args/i3589-a.scala" , defaultOptions.and(" -Xfatal-warnings" )) +
189
190
compileFile(" ../tests/neg-custom-args/i2333.scala" , defaultOptions.and(" -Xfatal-warnings" )) +
You can’t perform that action at this time.
0 commit comments