Rename: KotlinLightClassTest -> CompilerLightClassTest

In fact we have very different code in compiler and ide but only one test
This commit is contained in:
Pavel V. Talanov
2015-10-14 16:34:15 +03:00
parent 225e5abc92
commit 35e56993d3
4 changed files with 10 additions and 10 deletions
@@ -51,7 +51,7 @@ public abstract class KotlinAsJavaTestBase extends KotlinTestWithEnvironment {
protected void setUp() throws Exception {
super.setUp();
finder = AbstractKotlinLightClassTest.createFinder(getEnvironment());
finder = AbstractCompilerLightClassTest.createFinder(getEnvironment());
}
@Override