< prev index next >

test/java/lang/String/SBConstructor.java

Print this page

        

@@ -23,11 +23,11 @@
 
 /*
  * @test
  * @bug 4915187
  * @summary Test java.lang.String constructor that takes StringBuilder
- *
+ * @key randomness
  */
 import java.util.*;
 
 public class SBConstructor {
     private static Random rnd = new Random();
< prev index next >