Convert RenameTest to light fixture test case

Extract multi-module rename test to a separate class.
This commit is contained in:
Dmitry Jemerov
2017-03-27 18:02:21 +02:00
parent 228b3c56a3
commit 6febe1e8a2
16 changed files with 233 additions and 119 deletions
@@ -30,7 +30,7 @@ public class KotlinWithJdkAndRuntimeLightProjectDescriptor extends KotlinJdkAndL
super(ForTestCompileRuntime.runtimeJarForTests());
}
protected KotlinWithJdkAndRuntimeLightProjectDescriptor(@NotNull List<? extends File> libraryFiles) {
public KotlinWithJdkAndRuntimeLightProjectDescriptor(@NotNull List<? extends File> libraryFiles) {
super(libraryFiles);
}