< prev index next >

test/java/nio/file/Files/walkFileTree/SkipSiblings.java

Print this page

        

@@ -25,10 +25,11 @@
  * @test
  * @summary Unit test for Files.walkFileTree to test SKIP_SIBLINGS return value
  * @library ../..
  * @compile SkipSiblings.java CreateFileTree.java
  * @run main SkipSiblings
+ * @key randomness
  */
 
 import java.nio.file.*;
 import java.nio.file.attribute.*;
 import java.io.IOException;
< prev index next >