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
@@ -24,7 +24,7 @@ fun box(): String {
if (enclosingMethod?.name != "box") return "fail 1: ${enclosingMethod?.name}"
val enclosingClass = res.javaClass.enclosingClass
if (enclosingClass?.name != "ObjectInInlineFun_1Kt") return "fail 2: ${enclosingClass?.name}"
if (enclosingClass?.name != "_2Kt") return "fail 2: ${enclosingClass?.name}"
return "OK"
}