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 {
146
146
compileFilesInDir(" tests/neg" , defaultOptions) +
147
147
compileFilesInDir(" tests/neg-tailcall" , defaultOptions) +
148
148
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" )) +
150
150
compileFilesInDir(" tests/neg-custom-args/fatal-warnings" , defaultOptions.and(" -Xfatal-warnings" )) +
151
151
compileFilesInDir(" tests/neg-custom-args/allow-double-bindings" , allowDoubleBindings) +
152
152
compileDir(" tests/neg-custom-args/impl-conv" , defaultOptions.and(" -Xfatal-warnings" , " -feature" )) +
You can’t perform that action at this time.
0 commit comments