test/runtime/8233197/T.java

changeset 9925
30fb8c8cceb9
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/runtime/8233197/T.java	Fri Jun 12 02:59:56 2020 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +public class T
     1.5 +{
     1.6 +  public static void main(String[] args) throws Exception
     1.7 +  {
     1.8 +    for (int i = 0; i < 50; i++) {
     1.9 +      System.out.print("+");
    1.10 +      Thread.sleep(1);
    1.11 +    }
    1.12 +    System.out.println();
    1.13 +  }
    1.14 +}

mercurial