@@ -47,6 +47,7 @@ class CompilationTests extends ParallelTesting {
4747 compileFile(" tests/pos-special/completeFromSource/Test.scala" , defaultOptions.and(" -sourcepath" , " tests/pos-special" )) +
4848 compileFile(" tests/pos-special/completeFromSource/Test2.scala" , defaultOptions.and(" -sourcepath" , " tests/pos-special" )) +
4949 compileFile(" tests/pos-special/completeFromSource/Test3.scala" , defaultOptions.and(" -sourcepath" , " tests/pos-special" , " -scansource" )) +
50+ compileFile(" tests/pos-special/completeFromSource/nested/Test4.scala" , defaultOptions.and(" -sourcepath" , " tests/pos-special" , " -scansource" )) +
5051 compileFilesInDir(" tests/pos-special/fatal-warnings" , defaultOptions.and(" -Xfatal-warnings" )) +
5152 compileList(
5253 " compileMixed" ,
@@ -158,7 +159,8 @@ class CompilationTests extends ParallelTesting {
158159 compileFile(" tests/neg-custom-args/i4372.scala" , allowDeepSubtypes) +
159160 compileFile(" tests/neg-custom-args/i1754.scala" , allowDeepSubtypes) +
160161 compileFilesInDir(" tests/neg-custom-args/isInstanceOf" , allowDeepSubtypes and " -Xfatal-warnings" ) +
161- compileFile(" tests/neg-custom-args/i3627.scala" , allowDeepSubtypes)
162+ compileFile(" tests/neg-custom-args/i3627.scala" , allowDeepSubtypes) +
163+ compileFile(" tests/neg-custom-args/completeFromSource/nested/Test1.scala" , defaultOptions.and(" -sourcepath" , " tests/neg-custom-args" , " -scansource" ))
162164 }.checkExpectedErrors()
163165
164166 // Run tests -----------------------------------------------------------------
0 commit comments