From 1aabf3697df6d8a609e6472044c0743291d72519 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Wed, 11 Apr 2018 18:49:22 +0300 Subject: [PATCH] Fix matching of the lldb response --- .../org/jetbrains/kotlin/compiletest/LldbTests.kt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/backend.native/debugger-tests/src/test/kotlin/org/jetbrains/kotlin/compiletest/LldbTests.kt b/backend.native/debugger-tests/src/test/kotlin/org/jetbrains/kotlin/compiletest/LldbTests.kt index 9085e835d90..b6fa67fe897 100644 --- a/backend.native/debugger-tests/src/test/kotlin/org/jetbrains/kotlin/compiletest/LldbTests.kt +++ b/backend.native/debugger-tests/src/test/kotlin/org/jetbrains/kotlin/compiletest/LldbTests.kt @@ -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