aboutsummaryrefslogtreecommitdiff
path: root/guava-tests/test/com/google/common/collect/ImmutableSetFloodingTest.java
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-03 00:32:48 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-02-03 00:32:48 +0000
commitf25b489aa8cf9cce098394ef0e7f81c79c634f26 (patch)
treecbc7e4894708533a0ddc4e61da1d74e64393e0e1 /guava-tests/test/com/google/common/collect/ImmutableSetFloodingTest.java
parent205e5f2e2dc52e2212426602327ea0d630e1731f (diff)
parent0ccd979d1e45372e0b57851529eddd9c40671577 (diff)
downloadguava-simpleperf-release.tar.gz
Merge "Snap for 11400057 from fcb68273955c94ebe12fda34018935b0c25d56dc to simpleperf-release" into simpleperf-releasesimpleperf-release
Diffstat (limited to 'guava-tests/test/com/google/common/collect/ImmutableSetFloodingTest.java')
-rw-r--r--guava-tests/test/com/google/common/collect/ImmutableSetFloodingTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/guava-tests/test/com/google/common/collect/ImmutableSetFloodingTest.java b/guava-tests/test/com/google/common/collect/ImmutableSetFloodingTest.java
index c32a160c5..85fa4d0fb 100644
--- a/guava-tests/test/com/google/common/collect/ImmutableSetFloodingTest.java
+++ b/guava-tests/test/com/google/common/collect/ImmutableSetFloodingTest.java
@@ -16,12 +16,12 @@
package com.google.common.collect;
-import com.google.common.annotations.GwtCompatible;
+import com.google.common.annotations.GwtIncompatible;
import java.util.Arrays;
import java.util.List;
import java.util.Set;
-@GwtCompatible
+@GwtIncompatible
public class ImmutableSetFloodingTest extends AbstractHashFloodingTest<Set<Object>> {
public ImmutableSetFloodingTest() {
super(