Minor: make AbstractBackspaceHandlerTest really abstract.

#KT-5728
This commit is contained in:
Ilya Gorbunov
2016-03-10 05:54:03 +03:00
parent 92003f626b
commit 856dd7d909
@@ -22,7 +22,7 @@ import com.intellij.testFramework.EditorTestUtil
import com.intellij.testFramework.LightCodeInsightTestCase
import java.io.File
open class AbstractBackspaceHandlerTest : LightCodeInsightTestCase() {
abstract class AbstractBackspaceHandlerTest : LightCodeInsightTestCase() {
fun doTest(path: String) {
configureFromFileText("a.kt", loadFile(path))
EditorTestUtil.executeAction(getEditor(), IdeActions.ACTION_EDITOR_BACKSPACE)