@@ -33,7 +33,6 @@ class CompilationTests {
33
33
compileFilesInDir(" tests/pos-special/sourcepath/outer" , defaultOptions.and(" -sourcepath" , " tests/pos-special/sourcepath" )),
34
34
compileFile(" tests/pos-special/sourcepath/outer/nested/Test4.scala" , defaultOptions.and(" -sourcepath" , " tests/pos-special/sourcepath" )),
35
35
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" )),
37
36
compileFilesInDir(" tests/pos-special/spec-t5545" , defaultOptions),
38
37
compileFilesInDir(" tests/pos-special/strawman-collections" , allowDeepSubtypes),
39
38
compileFilesInDir(" tests/pos-special/isInstanceOf" , allowDeepSubtypes.and(" -Xfatal-warnings" )),
@@ -141,6 +140,7 @@ class CompilationTests {
141
140
compileFilesInDir(" tests/neg-custom-args/no-experimental" , defaultOptions.and(" -Yno-experimental" )),
142
141
compileDir(" tests/neg-custom-args/impl-conv" , defaultOptions.and(" -Xfatal-warnings" , " -feature" )),
143
142
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" )),
144
144
compileFile(" tests/neg-custom-args/implicit-conversions.scala" , defaultOptions.and(" -Xfatal-warnings" , " -feature" )),
145
145
compileFile(" tests/neg-custom-args/implicit-conversions-old.scala" , defaultOptions.and(" -Xfatal-warnings" , " -feature" )),
146
146
compileFile(" tests/neg-custom-args/i3246.scala" , scala2CompatMode),
0 commit comments