< prev index next >

test/java/nio/file/Files/DeleteOnClose.java

Print this page
rev 17326 : [mq]: 8181761-2

*** 24,33 **** --- 24,40 ---- /* * @test * @bug 4313887 * @summary Unit test for DELETE_ON_CLOSE open option * @library /test/lib .. + * @build jdk.test.lib.Utils + * jdk.test.lib.Asserts + * jdk.test.lib.JDKToolFinder + * jdk.test.lib.JDKToolLauncher + * jdk.test.lib.Platform + * jdk.test.lib.process.* + * @run main DeleteOnClose */ import java.io.IOException; import java.nio.file.DirectoryStream; import java.nio.file.Files;
< prev index next >