Fix inline codegen tests after regroup and rename
This commit is contained in:
committed by
Alexander Udalov
parent
f7958edf21
commit
25cebe03e9
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user