Convert RenameTest to light fixture test case
Extract multi-module rename test to a separate class.
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user