From 1fdd3bd61518acab9db806538a3b15479edb96f2 Mon Sep 17 00:00:00 2001 From: Mikhael Bogdanov Date: Fri, 7 Mar 2014 16:29:08 +0400 Subject: [PATCH] Android test fix --- .../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 032e7e2dc85..9af37825d5f 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 @@ -58,6 +58,7 @@ public class SpecialFiles { private static void fillExcludedFiles() { excludedFiles.add("boxWithJava"); // Must compile Java files before excludedFiles.add("boxMultiFile"); // MultiFileTest not supported yet + excludedFiles.add("boxInline"); // MultiFileTest not supported yet excludedFiles.add("kt3238.kt"); // Reflection excludedFiles.add("kt1482_2279.kt"); // Reflection