From dfc45cc21e63903f8caf1a0375296d728922ff57 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Thu, 7 Feb 2013 22:42:17 +0400 Subject: [PATCH] Fix Android codegen tests --- compiler/testData/codegen/sourceInfo/foo1.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/codegen/sourceInfo/foo1.kt b/compiler/testData/codegen/sourceInfo/foo1.kt index 473a615fc51..e659d58e0d3 100644 --- a/compiler/testData/codegen/sourceInfo/foo1.kt +++ b/compiler/testData/codegen/sourceInfo/foo1.kt @@ -1,5 +1,5 @@ package foo; -fun box() = { +fun box1() = { 1 } \ No newline at end of file