From 57707d3a69867d1de08d99f71dddd165d42d635c Mon Sep 17 00:00:00 2001 From: "Natalia.Ukhorskaya" Date: Mon, 6 Aug 2012 10:07:32 +0400 Subject: [PATCH] Android module: fix build - multifile test isn't supported yet --- .../tests/org/jetbrains/jet/compiler/android/SpecialFiles.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 70c2cf74573..c9934ce954b 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 @@ -82,8 +82,9 @@ public class SpecialFiles { excludedFiles.add("classObjectMethod.jet"); // Commented excludedFiles.add("kt1592.kt"); // Codegen don't execute blackBoxFile() on it - excludedFiles.add("box.kt"); // MultiFileTest not supported yet + excludedFiles.add("box.kt"); // MultiFileTest not supported yet excludedFiles.add("kt2060_1.kt"); // MultiFileTest not supported yet + excludedFiles.add("kt2257_1.kt"); // MultiFileTest not supported yet excludedFiles.add("kt684.jet"); // StackOverflow with StringBuilder (escape())