Skip to content

Commit

Permalink
Backport 2c9f741d9ce27cd81e4ad9395a88af1b34a2ba77
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Jul 30, 2024
1 parent c32a56f commit e395866
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

0 comments on commit e395866

Please sign in to comment.