FIR IDE: clean AbstractFirReferenceResolveTest
This commit is contained in:
-8
@@ -17,10 +17,6 @@ abstract class AbstractFirReferenceResolveTest : AbstractReferenceResolveTest()
|
|||||||
override fun getProjectDescriptor(): KotlinLightProjectDescriptor =
|
override fun getProjectDescriptor(): KotlinLightProjectDescriptor =
|
||||||
KotlinWithJdkAndRuntimeLightProjectDescriptor.INSTANCE_FULL_JDK
|
KotlinWithJdkAndRuntimeLightProjectDescriptor.INSTANCE_FULL_JDK
|
||||||
|
|
||||||
override fun setUp() {
|
|
||||||
super.setUp()
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun doTest(path: String) {
|
override fun doTest(path: String) {
|
||||||
assert(path.endsWith(".kt")) { path }
|
assert(path.endsWith(".kt")) { path }
|
||||||
myFixture.configureWithExtraFile(path, ".Data")
|
myFixture.configureWithExtraFile(path, ".Data")
|
||||||
@@ -35,8 +31,4 @@ abstract class AbstractFirReferenceResolveTest : AbstractReferenceResolveTest()
|
|||||||
}
|
}
|
||||||
performChecks()
|
performChecks()
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun tearDown() {
|
|
||||||
super.tearDown()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user