Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion jdk/test/java/nio/file/FileStore/Basic.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @bug 4313887 6873621 6979526 7006126 7020517
* @summary Unit test for java.nio.file.FileStore
* @key intermittent
* @library .. /lib/testlibrary
* @library .. /lib/testlibrary /test/lib
* @build jdk.testlibrary.FileUtils
* @run main Basic
*/
Expand All @@ -36,6 +36,7 @@
import java.io.IOException;
import java.util.*;
import jdk.testlibrary.FileUtils;
import jdk.test.lib.Platform;

public class Basic {

Expand Down