Minor: fix number of steps in some tests

This commit is contained in:
Natalia Ukhorskaya
2015-10-06 16:38:50 +03:00
parent a303c8a2f6
commit bf4a71ee02
5 changed files with 5 additions and 5 deletions
@@ -44,4 +44,4 @@ inline fun foo(f: () -> Int): Int {
fun test(i: Int) = 1
// STEP_OVER: 30
// STEP_OVER: 21
@@ -19,4 +19,4 @@ inline fun foo(f: () -> Int): Int {
fun test(i: Int) = 1
// STEP_OVER: 4
// STEP_OVER: 3
@@ -49,4 +49,4 @@ class A {
fun test(i: Int) = 1
// STEP_OVER: 13
// STEP_OVER: 11
@@ -51,4 +51,4 @@ inline fun foo(f: () -> Int): Int {
fun test(i: Int) = 1
// STEP_OVER: 30
// STEP_OVER: 15
@@ -86,4 +86,4 @@ inline fun foo(f: () -> Int): Int {
fun test(i: Int) = i
// STEP_OVER: 50
// STEP_OVER: 41