Minor: make AbstractBackspaceHandlerTest really abstract.
#KT-5728
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ import com.intellij.testFramework.EditorTestUtil
|
|||||||
import com.intellij.testFramework.LightCodeInsightTestCase
|
import com.intellij.testFramework.LightCodeInsightTestCase
|
||||||
import java.io.File
|
import java.io.File
|
||||||
|
|
||||||
open class AbstractBackspaceHandlerTest : LightCodeInsightTestCase() {
|
abstract class AbstractBackspaceHandlerTest : LightCodeInsightTestCase() {
|
||||||
fun doTest(path: String) {
|
fun doTest(path: String) {
|
||||||
configureFromFileText("a.kt", loadFile(path))
|
configureFromFileText("a.kt", loadFile(path))
|
||||||
EditorTestUtil.executeAction(getEditor(), IdeActions.ACTION_EDITOR_BACKSPACE)
|
EditorTestUtil.executeAction(getEditor(), IdeActions.ACTION_EDITOR_BACKSPACE)
|
||||||
|
|||||||
Reference in New Issue
Block a user