< prev index next >

test/java/nio/file/Files/InterruptCopy.java

Print this page

        

@@ -22,10 +22,11 @@
  */
 
 /* @test
  * @bug 4313887 6993267
  * @summary Unit test for Sun-specific ExtendedCopyOption.INTERRUPTIBLE option
+ * @modules java.base/com.sun.nio.file
  * @library ..
  */
 
 import java.nio.file.*;
 import java.io.*;
< prev index next >