diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-23 00:06:10 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-23 00:06:10 +0000 |
commit | 06d1793d7ad9cfa349efc22f8d9314bf9d1255f4 (patch) | |
tree | 890738b5114310c2f66ad9f6e2ddc6a5d46b1e72 /libjava/mauve-libgcj | |
parent | 986086aaf32dbfc0d41ad004bdb9063c9f46eb8d (diff) | |
download | gcc-06d1793d7ad9cfa349efc22f8d9314bf9d1255f4.tar.gz |
PR libgcj/6182:
* mauve-libgcj: Enable java.lang.Character tests.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87901 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/mauve-libgcj')
-rw-r--r-- | libjava/mauve-libgcj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libjava/mauve-libgcj b/libjava/mauve-libgcj index 807eed70fc6..69750cc026c 100644 --- a/libjava/mauve-libgcj +++ b/libjava/mauve-libgcj @@ -14,10 +14,6 @@ JDBC2.0 # This a problem when running Mauve "standalone". !java.lang.reflect.Array.newInstance -# Character.unicode seems to be very broken (the test) -# Does not give meaningfull test results at the moment. -!java.lang.Character.unicode - # These are almost certainly buggy test cases. # The behaviour of the garbarge collector cannot be predicted. # Note the . at the end so we do test java.lang.reflect |