< prev index next >

test/java/util/BitSet/PreviousBits.java

Print this page

        

@@ -23,10 +23,11 @@
 
 /*
  * @test
  * @bug 6410729 6586631
  * @summary Test previousClearBit, previousSetBit
+ * @key randomness
  */
 
 import java.util.*;
 
 public class PreviousBits {
< prev index next >