This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Patch: Another test case
- To: java-patches at sourceware dot cygnus dot com
- Subject: Patch: Another test case
- From: Anthony Green <green at cygnus dot com>
- Date: Sun, 16 Apr 2000 22:50:44 -0700
- Reply-to: green at cygnus dot com
This one is for gcj/208. Committed.
2000-04-16 Anthony Green <green@redhat.com>
* libjava.compile/PR208.java: New file.
Index: libjava/testsuite/libjava.compile/PR208.java
===================================================================
RCS file: PR208.java
diff -N PR208.java
0a1,16
> public class PR208
> {
> public String toString ()
> {
> StringBuffer sb = new StringBuffer("");
>
> sb.append (new java.util.Date().getTime() / 1000);
>
> try {
> }
> catch (java.io.IOException e) {
> }
>
> return sb.toString();
> }
> }
--
Anthony Green Red Hat
Sunnyvale, California