Got DynamicDalvikComparisonJavaLibsTest working at some point

This commit is contained in:
Ben Liblit 2018-02-08 10:56:10 -06:00
parent ff8f6ec348
commit 18a4edd84e
1 changed files with 1 additions and 2 deletions

View File

@ -122,7 +122,6 @@ processTestResources {
test {
maxHeapSize = '800M'
// https://github.com/liblit/WALA/issues/5 and possibly https://github.com/wala/WALA/issues/268
exclude '**/DynamicDalvikComparisonJavaLibsTest.class'
// https://github.com/liblit/WALA/issues/5
exclude '**/DynamicDalvikComparisonTestForAndroidLibs.class'
}