From 39b5be6e2bab47bcf030617b533f5fb7b036d62f Mon Sep 17 00:00:00 2001 From: Mikhael Bogdanov Date: Tue, 24 Sep 2013 17:10:28 +0400 Subject: [PATCH] Test fix for android configuration --- .../codegen/bytecodeText/directInvoke/inplaceClosure.kt | 2 +- compiler/testData/codegen/bytecodeText/directInvoke/localFun.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/testData/codegen/bytecodeText/directInvoke/inplaceClosure.kt b/compiler/testData/codegen/bytecodeText/directInvoke/inplaceClosure.kt index d7833e060aa..9f79978f7aa 100644 --- a/compiler/testData/codegen/bytecodeText/directInvoke/inplaceClosure.kt +++ b/compiler/testData/codegen/bytecodeText/directInvoke/inplaceClosure.kt @@ -1,4 +1,4 @@ -fun box() { +fun test() { 1.{Int.() -> 2}() } diff --git a/compiler/testData/codegen/bytecodeText/directInvoke/localFun.kt b/compiler/testData/codegen/bytecodeText/directInvoke/localFun.kt index de43ea3c151..2dce03314da 100644 --- a/compiler/testData/codegen/bytecodeText/directInvoke/localFun.kt +++ b/compiler/testData/codegen/bytecodeText/directInvoke/localFun.kt @@ -1,4 +1,4 @@ -fun box() { +fun test() { fun local(s: Int) { }