Fix inline codegen tests after regroup and rename

This commit is contained in:
Alexander Udalov
2016-02-24 14:54:00 +03:00
committed by Alexander Udalov
parent f7958edf21
commit 25cebe03e9
8 changed files with 13 additions and 13 deletions
@@ -25,8 +25,8 @@ fun box(): String {
}()
}
if (encl1 != "Kt10259_1Kt\$box\$\$inlined\$test\$lambda$1") return "fail 1: $encl1"
if (encl2 != "Kt10259_1Kt\$box\$\$inlined\$test\$lambda\$lambda$2") return "fail 2: $encl2"
if (encl1 != "_2Kt\$box\$\$inlined\$test\$lambda$1") return "fail 1: $encl1"
if (encl2 != "_2Kt\$box\$\$inlined\$test\$lambda\$lambda$2") return "fail 2: $encl2"
return "OK"
}