aboutsummaryrefslogtreecommitdiffstats
path: root/guava-tests/test/com/google/common/collect/SynchronizedSetTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava-tests/test/com/google/common/collect/SynchronizedSetTest.java')
-rw-r--r--guava-tests/test/com/google/common/collect/SynchronizedSetTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/guava-tests/test/com/google/common/collect/SynchronizedSetTest.java b/guava-tests/test/com/google/common/collect/SynchronizedSetTest.java
index b14da0a..a33d0b7 100644
--- a/guava-tests/test/com/google/common/collect/SynchronizedSetTest.java
+++ b/guava-tests/test/com/google/common/collect/SynchronizedSetTest.java
@@ -41,7 +41,7 @@ public class SynchronizedSetTest extends AbstractCollectionTest {
return outer;
}
- @Override public void testNullPointerExceptions() {
+ @Override public void testNullPointerExceptions() throws Exception {
/* Skip this test, as SynchronizedSet is not a public class. */
}