@@ -39,10 +39,10 @@ class CompilationTests extends ParallelTesting {
39
39
compileFile(" tests/pos-scala2/rewrites.scala" , scala2CompatMode.and(" -rewrite" )).copyToTarget(),
40
40
compileFile(" tests/pos-special/utf8encoded.scala" , explicitUTF8),
41
41
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 " )),
46
46
compileFilesInDir(" tests/pos-special/fatal-warnings" , defaultOptions.and(" -Xfatal-warnings" , " -feature" )),
47
47
compileFilesInDir(" tests/pos-special/spec-t5545" , defaultOptions),
48
48
compileFilesInDir(" tests/pos-special/strawman-collections" , defaultOptions),
@@ -135,7 +135,8 @@ class CompilationTests extends ParallelTesting {
135
135
compileFilesInDir(" tests/neg-custom-args/isInstanceOf" , allowDeepSubtypes and " -Xfatal-warnings" ),
136
136
compileFile(" tests/neg-custom-args/i3627.scala" , allowDeepSubtypes),
137
137
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" )),
139
140
compileList(" duplicate source" , List (
140
141
" tests/neg-custom-args/toplevel-samesource/S.scala" ,
141
142
" tests/neg-custom-args/toplevel-samesource/nested/S.scala" ),
0 commit comments