Skip to content
Snippets Groups Projects
Commit f1541dda authored by tromey's avatar tromey
Browse files

* libjava.lang/pr109.java: Added `println' at end.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32627 138bc75d-0d04-0410-961f-82ee72b054a4
parent d1357dba
No related merge requests found
2000-03-18 Tom Tromey <tromey@cygnus.com>
* libjava.lang/pr109.java: Added `println' at end.
2000-03-15 Tom Tromey <tromey@cygnus.com> 2000-03-15 Tom Tromey <tromey@cygnus.com>
* libjava.compile/pr176.java: New file, for PR gcj/176. * libjava.compile/pr176.java: New file, for PR gcj/176.
......
...@@ -21,5 +21,9 @@ public class pr109 ...@@ -21,5 +21,9 @@ public class pr109
break; break;
System.out.print (i); System.out.print (i);
} }
// We print a newline here because otherwise the DejaGNU log
// file is screwed up.
System.out.println ();
} }
} }
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