< prev index next >

test/java/lang/StringBuffer/AppendSB.java

Print this page

        

@@ -22,10 +22,11 @@
  */
 
 /* @test
  * @bug 4144267
  * @summary Test StringBuffer.append(StringBuffer);
+ * @key randomness
  */
 
 import java.util.Random;
 
 public class AppendSB {
< prev index next >