From 7e9b1c5c385d9f1df6eefc2531696a900c101b88 Mon Sep 17 00:00:00 2001 From: Natalia Ukhorskaya Date: Tue, 10 Dec 2013 12:36:02 +0400 Subject: [PATCH] Fix Android tests --- .../tests/org/jetbrains/jet/compiler/android/SpecialFiles.java | 2 ++ 1 file changed, 2 insertions(+) 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 3441a4b8723..045173cdce4 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 @@ -50,6 +50,8 @@ public class SpecialFiles { filesCompiledWithoutStdLib.add("kt796_797.kt"); // OVERLOAD_RESOLUTION_AMBIGUITY filesCompiledWithoutStdLib.add("kt950.kt"); // OVERLOAD_RESOLUTION_AMBIGUITY filesCompiledWithoutStdLib.add("kt3190.kt"); // OVERLOAD_RESOLUTION_AMBIGUITY + filesCompiledWithoutStdLib.add("kt4265.kt"); // OVERLOAD_RESOLUTION_AMBIGUITY + filesCompiledWithoutStdLib.add("realStringRepeat.kt"); // OVERLOAD_RESOLUTION_AMBIGUITY filesCompiledWithoutStdLib.add("kt2395.kt"); // With MOCK_JDK }