Skip to content
Snippets Groups Projects
Commit 2931999e authored by green's avatar green
Browse files

Test case for gcj/208

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33204 138bc75d-0d04-0410-961f-82ee72b054a4
parent 491ddc57
No related branches found
No related tags found
No related merge requests found
2000-04-16 Anthony Green <green@redhat.com>
* libjava.compile/PR208.java: New file.
2000-04-16 Anthony Green <green@redhat.com> 2000-04-16 Anthony Green <green@redhat.com>
* libjava.compile/PR207.java: New file. * libjava.compile/PR207.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();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment