From 0302c591f28953e9b2d2af7d894caa083faeeabd Mon Sep 17 00:00:00 2001 From: Natalia Ukhorskaya Date: Tue, 19 Nov 2013 10:31:07 +0400 Subject: [PATCH] Fix android tests: classObjectToString test should be excluded --- .../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 d30c83f580b..3441a4b8723 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 @@ -63,6 +63,7 @@ public class SpecialFiles { excludedFiles.add("nestedInPackage.kt"); // Cannot change package name excludedFiles.add("importNestedClass.kt"); // Cannot change package name excludedFiles.add("namespaceQualifiedMethod.kt"); // Cannot change package name + excludedFiles.add("classObjectToString.kt"); // Cannot change package name excludedFiles.add("kt326.kt"); // Commented excludedFiles.add("kt1213.kt"); // Commented