aboutsummaryrefslogtreecommitdiff
path: root/android/guava-tests/test/com/google/common/base/StandardSystemPropertyTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/guava-tests/test/com/google/common/base/StandardSystemPropertyTest.java')
-rw-r--r--android/guava-tests/test/com/google/common/base/StandardSystemPropertyTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/guava-tests/test/com/google/common/base/StandardSystemPropertyTest.java b/android/guava-tests/test/com/google/common/base/StandardSystemPropertyTest.java
index 3a88366c0..f4907a337 100644
--- a/android/guava-tests/test/com/google/common/base/StandardSystemPropertyTest.java
+++ b/android/guava-tests/test/com/google/common/base/StandardSystemPropertyTest.java
@@ -20,6 +20,7 @@ import static com.google.common.base.StandardSystemProperty.JAVA_COMPILER;
import static com.google.common.base.StandardSystemProperty.JAVA_EXT_DIRS;
import static com.google.common.truth.Truth.assertWithMessage;
+import com.google.common.annotations.GwtIncompatible;
import junit.framework.TestCase;
/**
@@ -27,6 +28,7 @@ import junit.framework.TestCase;
*
* @author Kurt Alfred Kluever
*/
+@GwtIncompatible
public class StandardSystemPropertyTest extends TestCase {
public void testGetKeyMatchesString() {