test/runtime/8233197/T.java

changeset 9925
30fb8c8cceb9
equal deleted inserted replaced
9924:89fb452b3688 9925:30fb8c8cceb9
1 public class T
2 {
3 public static void main(String[] args) throws Exception
4 {
5 for (int i = 0; i < 50; i++) {
6 System.out.print("+");
7 Thread.sleep(1);
8 }
9 System.out.println();
10 }
11 }

mercurial