Minor: reformat DeprecatedSymbolUsageFixSpecialTest.kt

This commit is contained in:
Zalim Bashorov
2018-04-16 20:20:27 +03:00
parent fee74273aa
commit 86fe2cc404
@@ -32,7 +32,8 @@ import org.junit.runner.RunWith
@TestMetadata("idea/testData/quickfix.special")
@TestDataPath("\$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners::class) class DeprecatedSymbolUsageFixSpecialTest : KotlinLightCodeInsightFixtureTestCase() {
@RunWith(JUnit3RunnerWithInners::class)
class DeprecatedSymbolUsageFixSpecialTest : KotlinLightCodeInsightFixtureTestCase() {
override fun getTestDataPath() = KotlinTestUtils.getHomeDirectory()
override fun getProjectDescriptor() = ProjectDescriptorWithStdlibSources.INSTANCE