From f271d7363e34b4be54cba055963081745dbb4d16 Mon Sep 17 00:00:00 2001 From: "Natalia.Ukhorskaya" Date: Wed, 11 Jul 2012 20:27:32 +0400 Subject: [PATCH] Android module: update files compiled with mock jdk --- .../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 1f73afe1308..70c2cf74573 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 @@ -54,6 +54,7 @@ public class SpecialFiles { filesCompiledWithoutStdLib.add("kt773.jet"); // OVERLOAD_RESOLUTION_AMBIGUITY filesCompiledWithoutStdLib.add("kt796_797.jet"); // OVERLOAD_RESOLUTION_AMBIGUITY filesCompiledWithoutStdLib.add("kt950.jet"); // OVERLOAD_RESOLUTION_AMBIGUITY + filesCompiledWithoutStdLib.add("kt2395.kt"); // With MOCK_JDK } private static void fillExcludedFiles() {