< prev index next >

test/java/lang/StringBuffer/AppendCharSequence.java

Print this page

        

@@ -22,10 +22,11 @@
  */
 
 /* @test
  * @bug 4812591 4705328 5019111
  * @summary Test append and insert methods with CharSequence params
+ * @key randomness
  */
 
 import java.util.Random;
 
 public class AppendCharSequence {
< prev index next >