aboutsummaryrefslogtreecommitdiff
path: root/android/guava-tests/test/com/google/common/collect/IterablesTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/guava-tests/test/com/google/common/collect/IterablesTest.java')
-rw-r--r--android/guava-tests/test/com/google/common/collect/IterablesTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/guava-tests/test/com/google/common/collect/IterablesTest.java b/android/guava-tests/test/com/google/common/collect/IterablesTest.java
index 41772100b..168e85a23 100644
--- a/android/guava-tests/test/com/google/common/collect/IterablesTest.java
+++ b/android/guava-tests/test/com/google/common/collect/IterablesTest.java
@@ -1396,6 +1396,7 @@ public class IterablesTest extends TestCase {
}
@GwtIncompatible // reflection
+ @AndroidIncompatible // see ImmutableTableTest.testNullPointerInstance
public void testIterables_nullCheck() throws Exception {
new ClassSanityTester()
.forAllPublicStaticMethods(Iterables.class)