@@ -39,10 +39,10 @@ class CompilationTests extends ParallelTesting {
3939 compileFile(" tests/pos-scala2/rewrites.scala" , scala2CompatMode.and(" -rewrite" )).copyToTarget(),
4040 compileFile(" tests/pos-special/utf8encoded.scala" , explicitUTF8),
4141 compileFile(" tests/pos-special/utf16encoded.scala" , explicitUTF16),
42- compileFile(" tests/pos-special/completeFromSource/ Test.scala" , defaultOptions.and(" -sourcepath" , " tests/pos-special" )),
43- compileFile(" tests/pos-special/completeFromSource/ Test2.scala" , defaultOptions.and(" -sourcepath" , " tests/pos-special" )),
44- compileFile(" tests/pos-special/completeFromSource/ Test3.scala" , defaultOptions.and(" -sourcepath" , " tests/pos-special" )),
45- compileFile(" tests/pos-special/completeFromSource/ nested/Test4.scala" , defaultOptions.and(" -sourcepath" , " tests/pos-special" )),
42+ compileFile(" tests/pos-special/sourcepath/outer/ Test.scala" , defaultOptions.and(" -sourcepath" , " tests/pos-special/sourcepath " )),
43+ compileFile(" tests/pos-special/sourcepath/outer/ Test2.scala" , defaultOptions.and(" -sourcepath" , " tests/pos-special/sourcepath " )),
44+ compileFile(" tests/pos-special/sourcepath/outer/ Test3.scala" , defaultOptions.and(" -sourcepath" , " tests/pos-special/sourcepath " )),
45+ compileFile(" tests/pos-special/sourcepath/outer/ nested/Test4.scala" , defaultOptions.and(" -sourcepath" , " tests/pos-special/sourcepath " )),
4646 compileFilesInDir(" tests/pos-special/fatal-warnings" , defaultOptions.and(" -Xfatal-warnings" , " -feature" )),
4747 compileFilesInDir(" tests/pos-special/spec-t5545" , defaultOptions),
4848 compileFilesInDir(" tests/pos-special/strawman-collections" , defaultOptions),
@@ -135,7 +135,8 @@ class CompilationTests extends ParallelTesting {
135135 compileFilesInDir(" tests/neg-custom-args/isInstanceOf" , allowDeepSubtypes and " -Xfatal-warnings" ),
136136 compileFile(" tests/neg-custom-args/i3627.scala" , allowDeepSubtypes),
137137 compileFile(" tests/neg-custom-args/matchtype-loop.scala" , allowDeepSubtypes),
138- compileFile(" tests/neg-custom-args/completeFromSource/nested/Test1.scala" , defaultOptions.and(" -sourcepath" , " tests/neg-custom-args" )),
138+ compileFile(" tests/neg-custom-args/sourcepath/outer/nested/Test1.scala" , defaultOptions.and(" -sourcepath" , " tests/neg-custom-args/sourcepath" )),
139+ compileDir(" tests/neg-custom-args/sourcepath2/hi" , defaultOptions.and(" -sourcepath" , " tests/neg-custom-args/sourcepath2" , " -Xfatal-warnings" )),
139140 compileList(" duplicate source" , List (
140141 " tests/neg-custom-args/toplevel-samesource/S.scala" ,
141142 " tests/neg-custom-args/toplevel-samesource/nested/S.scala" ),
0 commit comments