We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c597da2 commit 7592a6bCopy full SHA for 7592a6b
test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTime.java
@@ -27,7 +27,7 @@
27
* that support it, tests using /tmp directory.
28
* @library ../.. /test/lib
29
* @build jdk.test.lib.Platform
30
- * @run main CreationTime
+ * @run main/native CreationTime
31
*/
32
33
/* @test id=cwd
@@ -36,7 +36,7 @@
36
* scratch directory maybe at diff disk partition to /tmp on linux.
37
38
39
- * @run main CreationTime .
+ * @run main/native CreationTime .
40
41
42
import java.nio.file.Path;
0 commit comments