[k/n][tests][debugger] modify test to conform KT-47198

This commit is contained in:
Vasily Levchenko
2021-06-09 12:30:34 +02:00
committed by Space
parent 81fd6126d9
commit 524a9351de
@@ -147,10 +147,10 @@ class LldbTests {
val application = swiftc("application", swiftSrc, "-F", root.toString())
"""
> 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
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
""".trimIndent().lldb(application)
}