From 95e05d7d975f254bf7d2afd030546b6dbac33a56 Mon Sep 17 00:00:00 2001 From: "Natalia.Ukhorskaya" Date: Wed, 16 Jan 2013 12:25:09 +0400 Subject: [PATCH] Android: Ignore kt3238.kt in Anroid Tests --- .../tests/org/jetbrains/jet/compiler/android/SpecialFiles.java | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/android-tests/tests/org/jetbrains/jet/compiler/android/SpecialFiles.java b/compiler/android-tests/tests/org/jetbrains/jet/compiler/android/SpecialFiles.java index b9fe092d230..b813ce43134 100644 --- a/compiler/android-tests/tests/org/jetbrains/jet/compiler/android/SpecialFiles.java +++ b/compiler/android-tests/tests/org/jetbrains/jet/compiler/android/SpecialFiles.java @@ -83,6 +83,7 @@ public class SpecialFiles { excludedFiles.add("simpleJavaEnumWithFunction.kt"); // Must compile Java files before excludedFiles.add("simpleJavaEnumWithStaticImport.kt"); // Must compile Java files before excludedFiles.add("removeInIterator.kt"); // Must compile Java files before + excludedFiles.add("kt3238.kt"); // Reflection excludedFiles.add("namespaceQualifiedMethod.jet"); // Cannot change package name excludedFiles.add("kt1482_2279.kt"); // Cannot change package name excludedFiles.add("kt1482.kt"); // Cannot change package name