Tests: remove stepping tests on old JVM backend
This commit is contained in:
committed by
Space Team
parent
f39c72360d
commit
5e330acd28
+2
-2
@@ -12,7 +12,7 @@ fun foo(n :Int ) : Int {
|
||||
return foo(n-1) * n
|
||||
}
|
||||
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:4 box
|
||||
// test.kt:5 box
|
||||
// test.kt:9 foo
|
||||
@@ -37,4 +37,4 @@ fun foo(n :Int ) : Int {
|
||||
// test.kt:10 foo
|
||||
// test.kt:12 foo
|
||||
// test.kt:12 foo
|
||||
// test.kt:6 box
|
||||
// test.kt:6 box
|
||||
|
||||
Reference in New Issue
Block a user