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