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 452f2dc8b9f..9085e835d90 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 @@ -2,7 +2,6 @@ import org.jetbrains.kotlin.compiletest.lldbTest import org.junit.Test class LldbTests { - //FIXME: the last one should be main.kt.5 @Test fun `can step through code`() = lldbTest(""" fun main(args: Array) { @@ -29,7 +28,7 @@ class LldbTests { > n Process [..] stopped - [..] at main.kt:3, [..] stop reason = step over + [..] at main.kt:5, [..] stop reason = step over """) //FIXME: Boolean and Int are wrong