< prev index next >

test/java/nio/file/FileSystem/Basic.java

Print this page
rev 17325 : 8181761: add explicit @build actions for jdk.test.lib classes in all :tier2 tests
Reviewed-by: duke

*** 23,32 **** --- 23,39 ---- /* @test * @bug 4313887 6838333 8132497 * @summary Unit test for java.nio.file.FileSystem * @library .. /test/lib + * @build jdk.test.lib.util.FileUtils + * 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/othervm Basic */ import java.io.File; import java.io.IOException;
< prev index next >