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