From 1eae609a35cd5f9e3184d598a1ab5815d05fb5a2 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Mon, 28 Jan 2013 22:47:08 +0400 Subject: [PATCH] Fix Android 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 bcb116ccfac..3f1b286bf6d 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,6 +82,7 @@ public class SpecialFiles { excludedFiles.add("kt2060_1.kt"); // MultiFileTest not supported yet excludedFiles.add("kt2257_1.kt"); // MultiFileTest not supported yet excludedFiles.add("kt1528_1.kt"); // MultiFileTest not supported yet + excludedFiles.add("kt1845_1.kt"); // MultiFileTest not supported yet excludedFiles.add("thisPackage.kt"); // MultiFileTest not supported yet excludedFiles.add("kt684.kt"); // StackOverflow with StringBuilder (escape())