Skip to content

Commit

Permalink
8337038: Test java/nio/file/attribute/BasicFileAttributeView/Creation…
Browse files Browse the repository at this point in the history
…Time.java shoud set as /native

Backport-of: 2c9f741d9ce27cd81e4ad9395a88af1b34a2ba77
  • Loading branch information
SendaoYan authored and TheRealMDoerr committed Aug 16, 2024
1 parent 1f45ae8 commit 5e0e2e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* that support it, tests using /tmp directory.
* @library ../.. /test/lib
* @build jdk.test.lib.Platform
* @run main CreationTime
* @run main/native CreationTime
*/

/* @test id=cwd
Expand All @@ -36,7 +36,7 @@
* scratch directory maybe at diff disk partition to /tmp on linux.
* @library ../.. /test/lib
* @build jdk.test.lib.Platform
* @run main CreationTime .
* @run main/native CreationTime .
*/

import java.nio.file.Path;
Expand Down

1 comment on commit 5e0e2e3

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.