ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/JSR166TestCase.java
(Generate patch)

Comparing jsr166/src/test/tck/JSR166TestCase.java (file contents):
Revision 1.266 by jsr166, Sat Sep 7 17:40:05 2019 UTC vs.
Revision 1.267 by jsr166, Sun Sep 8 16:08:56 2019 UTC

# Line 354 | Line 354 | public class JSR166TestCase extends Test
354              // Never report first run of any test; treat it as a
355              // warmup run, notably to trigger all needed classloading,
356              if (i > 0)
357 <                System.out.printf("%n%s: %d%n", toString(), elapsedMillis);
357 >                System.out.printf("%s: %d%n", toString(), elapsedMillis);
358          }
359      }
360  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines