Test case for gcj/208
From-SVN: r33204
This commit is contained in:
committed by
Anthony Green
parent
7828f83014
commit
7ffcae80d0
@@ -0,0 +1,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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user