< prev index next >

test/java/io/InputStream/TransferTo.java

Print this page

        

@@ -35,10 +35,11 @@
 /*
  * @test
  * @bug 8066867
  * @summary tests whether java.io.InputStream.transferTo conforms to its
  *          contract defined in the javadoc
+ * @key randomness
  */
 public class TransferTo {
 
     public static void main(String[] args) throws IOException {
         ifOutIsNullThenNpeIsThrown();
< prev index next >