Disable codegen test on Android

Can't import from enum there because a package directive is appended to the
beginning of the file in Android tests, invalidating import statements
This commit is contained in:
Alexander Udalov
2014-10-22 10:41:35 +04:00
parent 7200f3cf31
commit 23c1eea7d8
@@ -73,6 +73,7 @@ public class SpecialFiles {
excludedFiles.add("invokeOnClassObjectOfNestedClass2.kt"); // Cannot change package name
excludedFiles.add("invokeOnImportedEnum1.kt"); // Cannot change package name
excludedFiles.add("invokeOnImportedEnum2.kt"); // Cannot change package name
excludedFiles.add("sortEnumEntries.kt"); // Cannot change package name
excludedFiles.add("kt326.kt"); // Commented
excludedFiles.add("kt1213.kt"); // Commented