debug: a test was fixed by llvm upgrade
Closes KT-20323
This commit is contained in:
committed by
Vasily Levchenko
parent
cdd3185920
commit
a271f676d5
+1
-2
@@ -2,7 +2,6 @@ import org.jetbrains.kotlin.compiletest.lldbTest
|
|||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
|
|
||||||
class LldbTests {
|
class LldbTests {
|
||||||
//FIXME: the last one should be main.kt.5
|
|
||||||
@Test
|
@Test
|
||||||
fun `can step through code`() = lldbTest("""
|
fun `can step through code`() = lldbTest("""
|
||||||
fun main(args: Array<String>) {
|
fun main(args: Array<String>) {
|
||||||
@@ -29,7 +28,7 @@ class LldbTests {
|
|||||||
|
|
||||||
> n
|
> n
|
||||||
Process [..] stopped
|
Process [..] stopped
|
||||||
[..] at main.kt:3, [..] stop reason = step over
|
[..] at main.kt:5, [..] stop reason = step over
|
||||||
""")
|
""")
|
||||||
|
|
||||||
//FIXME: Boolean and Int are wrong
|
//FIXME: Boolean and Int are wrong
|
||||||
|
|||||||
Reference in New Issue
Block a user