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

Comparing jsr166/src/test/loops/DequeBash.java (file contents):
Revision 1.11 by jsr166, Thu Jan 15 18:34:19 2015 UTC vs.
Revision 1.12 by jsr166, Mon Aug 10 03:13:33 2015 UTC

# Line 52 | Line 52 | public class DequeBash {
52              System.out.printf("Time: %d ms%n", elapsedTimeMillis);
53              if (deque.isEmpty()) System.out.print(" ");
54          }
55
55      }
56  
57      static void mainTest(Deque<Integer> deque, int n) throws Exception {
# Line 79 | Line 78 | public class DequeBash {
78              // Test fancy removal stuff once in a blue moon
79              if ((i & 8191) == 0)
80                  testRemove(deque);
82
81          }
82  
83          // Stupid tests for clear, toString

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines