Add library kotlin-test to IDEA project

This commit is contained in:
Sergey Mashkov
2015-11-25 14:17:26 +03:00
parent f1783530ac
commit 790524e391
9 changed files with 10 additions and 3 deletions
+1
View File
@@ -23,5 +23,6 @@
<orderEntry type="module" module-name="js.frontend" />
<orderEntry type="library" scope="PROVIDED" name="properties" level="project" />
<orderEntry type="module" module-name="idea" scope="RUNTIME" />
<orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
</component>
</module>
@@ -28,7 +28,6 @@ import com.intellij.testFramework.fixtures.JavaCodeInsightTestFixture
import org.jetbrains.kotlin.idea.completion.test.ExpectedCompletionUtils
import org.jetbrains.kotlin.idea.test.KotlinLightCodeInsightFixtureTestCase
import org.jetbrains.kotlin.test.KotlinTestUtils
import kotlin.test.fail
public abstract class CompletionHandlerTestBase() : KotlinLightCodeInsightFixtureTestCase() {
protected val fixture: JavaCodeInsightTestFixture