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