diff options
author | Urs Grob <> | 2009-04-18 22:44:31 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-04-18 22:44:31 -0700 |
commit | 599173b217fc648d56b98de40af99b954c02c69f (patch) | |
tree | 4b87d227f0c7e8b35f0d1631babf4d720b715157 /annotation/src | |
parent | d203e712ed8196942f58bc026fd7fea119f6587e (diff) | |
download | libcore-599173b217fc648d56b98de40af99b954c02c69f.zip libcore-599173b217fc648d56b98de40af99b954c02c69f.tar.gz libcore-599173b217fc648d56b98de40af99b954c02c69f.tar.bz2 |
AI 146827: am: CL 146742 am: CL 146710 Splitting android.core.tests.apk into several smaller
apks. Each libcore module gets one apk and luni gets 4.
Original author: ursg
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 146827
Diffstat (limited to 'annotation/src')
-rw-r--r-- | annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/AllTests.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/AllTests.java b/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/AllTests.java index a5453df..e306435 100644 --- a/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/AllTests.java +++ b/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/AllTests.java @@ -16,8 +16,6 @@ package org.apache.harmony.annotation.tests.java.lang.annotation; -import org.apache.harmony.nio_char.tests.java.nio.charset.ASCIICharsetEncoderTest; - import junit.framework.Test; import junit.framework.TestSuite; |