Commit 7ffcae80 by Anthony Green Committed by Anthony Green

Test case for gcj/208

From-SVN: r33204
parent 7828f830
2000-04-16 Anthony Green <green@redhat.com>
* libjava.compile/PR208.java: New file.
2000-04-16 Anthony Green <green@redhat.com>
* libjava.compile/PR207.java: New file.
libjava.compile/PR207_A.java: New file.
libjava.compile/PR206.java: New file.
......
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();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment