diff --git a/compiler/testData/codegen/box/extensionFunctions/kt3285.kt b/compiler/testData/codegen/box/extensionFunctions/kt3285.kt index c5d34fa47c1..2874bcdb2e8 100644 --- a/compiler/testData/codegen/box/extensionFunctions/kt3285.kt +++ b/compiler/testData/codegen/box/extensionFunctions/kt3285.kt @@ -26,7 +26,7 @@ class Doggy(): Pet() { fun box(): String { Doggy().play() - if (sayResult != "Time to play! Playing with my owner!") return "fail: $result" + if (sayResult != "Time to play! Playing with my owner!") return "fail: $sayResult" return "OK" } \ No newline at end of file