@@ -33,7 +33,6 @@ class CompilationTests {
3333 compileFilesInDir(" tests/pos-special/sourcepath/outer" , defaultOptions.and(" -sourcepath" , " tests/pos-special/sourcepath" )),
3434 compileFile(" tests/pos-special/sourcepath/outer/nested/Test4.scala" , defaultOptions.and(" -sourcepath" , " tests/pos-special/sourcepath" )),
3535 compileFilesInDir(" tests/pos-special/fatal-warnings" , defaultOptions.and(" -Xfatal-warnings" , " -deprecation" , " -feature" )),
36- compileFile(" tests/pos-special/avoid-warn-deprecation.scala" , defaultOptions.and(" -Xfatal-warnings" , " -feature" )),
3736 compileFilesInDir(" tests/pos-special/spec-t5545" , defaultOptions),
3837 compileFilesInDir(" tests/pos-special/strawman-collections" , allowDeepSubtypes),
3938 compileFilesInDir(" tests/pos-special/isInstanceOf" , allowDeepSubtypes.and(" -Xfatal-warnings" )),
@@ -141,6 +140,7 @@ class CompilationTests {
141140 compileFilesInDir(" tests/neg-custom-args/no-experimental" , defaultOptions.and(" -Yno-experimental" )),
142141 compileDir(" tests/neg-custom-args/impl-conv" , defaultOptions.and(" -Xfatal-warnings" , " -feature" )),
143142 compileDir(" tests/neg-custom-args/i13946" , defaultOptions.and(" -Xfatal-warnings" , " -feature" )),
143+ compileFile(" tests/neg-custom-args/avoid-warn-deprecation.scala" , defaultOptions.and(" -Xfatal-warnings" , " -feature" )),
144144 compileFile(" tests/neg-custom-args/implicit-conversions.scala" , defaultOptions.and(" -Xfatal-warnings" , " -feature" )),
145145 compileFile(" tests/neg-custom-args/implicit-conversions-old.scala" , defaultOptions.and(" -Xfatal-warnings" , " -feature" )),
146146 compileFile(" tests/neg-custom-args/i3246.scala" , scala2CompatMode),
0 commit comments