191: 191: Fix test compilation, remove deleted test
This commit is contained in:
@@ -627,10 +627,6 @@ fun main(args: Array<String>) {
|
|||||||
model("debugger/smartStepInto")
|
model("debugger/smartStepInto")
|
||||||
}
|
}
|
||||||
|
|
||||||
testClass<AbstractBeforeExtractFunctionInsertionTest> {
|
|
||||||
model("debugger/insertBeforeExtractFunction", extension = "kt")
|
|
||||||
}
|
|
||||||
|
|
||||||
testClass<AbstractKotlinSteppingTest> {
|
testClass<AbstractKotlinSteppingTest> {
|
||||||
model("debugger/tinyApp/src/stepping/stepIntoAndSmartStepInto", pattern = KT_WITHOUT_DOTS_IN_NAME, testMethod = "doStepIntoTest", testClassName = "StepInto")
|
model("debugger/tinyApp/src/stepping/stepIntoAndSmartStepInto", pattern = KT_WITHOUT_DOTS_IN_NAME, testMethod = "doStepIntoTest", testClassName = "StepInto")
|
||||||
model("debugger/tinyApp/src/stepping/stepIntoAndSmartStepInto", pattern = KT_WITHOUT_DOTS_IN_NAME, testMethod = "doSmartStepIntoTest", testClassName = "SmartStepInto")
|
model("debugger/tinyApp/src/stepping/stepIntoAndSmartStepInto", pattern = KT_WITHOUT_DOTS_IN_NAME, testMethod = "doSmartStepIntoTest", testClassName = "SmartStepInto")
|
||||||
|
|||||||
Reference in New Issue
Block a user