diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-19 22:19:56 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-19 22:19:56 +0000 |
commit | c46d3bb3bd8a45c53ec3838f83a8e4653f4dee72 (patch) | |
tree | 568b02ac766bf315b8314e3c1a9410fb611056d0 /libjava/mauve-libgcj | |
parent | 8deb7557fb38a8b859dea53dc7ac559fb3ded686 (diff) | |
download | gcc-c46d3bb3bd8a45c53ec3838f83a8e4653f4dee72.tar.gz |
* mauve-libgcj: Don't run CollationElementIterator tests.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69596 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/mauve-libgcj')
-rw-r--r-- | libjava/mauve-libgcj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/mauve-libgcj b/libjava/mauve-libgcj index a2ccd5f9785..53187b8d03d 100644 --- a/libjava/mauve-libgcj +++ b/libjava/mauve-libgcj @@ -25,3 +25,6 @@ JDBC2.0 # The behaviour of the garbarge collector cannot be predicted. # Note the . at the end so we do test java.lang.reflect !java.lang.ref. + +# We don't have CollationElementIterator.setText. +!java.text.CollationElementIterator. |