[k/n][tests][debugger] modify test to conform KT-47198
This commit is contained in:
+2
-2
@@ -147,10 +147,10 @@ class LldbTests {
|
|||||||
val application = swiftc("application", swiftSrc, "-F", root.toString())
|
val application = swiftc("application", swiftSrc, "-F", root.toString())
|
||||||
"""
|
"""
|
||||||
> b kfun:#b(){}kotlin.String
|
> b kfun:#b(){}kotlin.String
|
||||||
Breakpoint 1: where = [..]`kfun:#b(){}kotlin.String [..] at b.kt:1:1, [..]
|
Breakpoint 1: where = [..]`kfun:#b(){}kotlin.String [..] at b.kt:1:12, [..]
|
||||||
|
|
||||||
> b kfun:#a(){}kotlin.String
|
> b kfun:#a(){}kotlin.String
|
||||||
Breakpoint 2: where = [..]`kfun:#a(){}kotlin.String [..] at a.kt:1:1, [..]
|
Breakpoint 2: where = [..]`kfun:#a(){}kotlin.String [..] at a.kt:1:12, [..]
|
||||||
> q
|
> q
|
||||||
""".trimIndent().lldb(application)
|
""".trimIndent().lldb(application)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user