Commit 6264c395 by Tom Tromey Committed by Tom Tromey

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

From-SVN: r32627
parent 942248b8
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 ();
} }
} }
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