Fix matching of the lldb response

This commit is contained in:
Pavel Punegov
2018-04-11 18:49:22 +03:00
committed by Pavel Punegov
parent a2f3e633c2
commit 1aabf3697d
@@ -16,19 +16,23 @@ class LldbTests {
> r
Process [..] stopped
[..] at main.kt:2, [..] stop reason = breakpoint 1.1
[..] stop reason = breakpoint 1.1
[..] at main.kt:2
> n
Process [..] stopped
[..] at main.kt:3, [..] stop reason = step over
[..] stop reason = step over
[..] at main.kt:3
> n
Process [..] stopped
[..] at main.kt:4, [..] stop reason = step over
[..] stop reason = step over
[..] at main.kt:4
> n
Process [..] stopped
[..] at main.kt:5, [..] stop reason = step over
[..] stop reason = step over
[..] at main.kt:5
""")
//FIXME: Boolean and Int are wrong