Rewrote nonLiteralFilenameFilter and filenameFilter tests without working with FS.

Removed filenameFilter test from excludes for AndroidTests.
This commit is contained in:
Zalim Bashorov
2013-04-02 22:10:01 +04:00
parent 1ddf074052
commit a665fa2049
3 changed files with 19 additions and 13 deletions
@@ -71,8 +71,6 @@ public class SpecialFiles {
excludedFiles.add("kt529.kt"); // Bug
excludedFiles.add("kt344.kt"); // Bug
excludedFiles.add("filenameFilter.kt"); // Work with FileSystem
excludedFiles.add("comparisonWithNullCallsFun.kt"); // java.lang.NoClassDefFoundError: jet.Nothing
}