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 @@ -146,7 +146,7 @@ class CompilationTests extends ParallelTesting {
146146 compileFilesInDir(" tests/neg" , defaultOptions) +
147147 compileFilesInDir(" tests/neg-tailcall" , defaultOptions) +
148148 compileFilesInDir(" tests/neg-kind-polymorphism" , defaultOptions and " -Ykind-polymorphism" ) +
149- compileDir(" tests/neg-custom-args/deprecate " , defaultOptions.and(" -Xfatal-warnings" , " -deprecation" )) +
149+ compileDir(" tests/neg-custom-args/deprecation " , defaultOptions.and(" -Xfatal-warnings" , " -deprecation" )) +
150150 compileFilesInDir(" tests/neg-custom-args/fatal-warnings" , defaultOptions.and(" -Xfatal-warnings" )) +
151151 compileFilesInDir(" tests/neg-custom-args/allow-double-bindings" , allowDoubleBindings) +
152152 compileDir(" tests/neg-custom-args/impl-conv" , defaultOptions.and(" -Xfatal-warnings" , " -feature" )) +
You can’t perform that action at this time.
0 commit comments