Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
/ jdk18u Public archive

Commit

Permalink
JDK-8287644
Browse files Browse the repository at this point in the history
  • Loading branch information
RealCLanger committed Jun 1, 2022
1 parent 81f41c6 commit 8f26b31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/jdk/tools/jmod/hashes/HashesOrderTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ private void makeJmod(String moduleName, Path libName, String... options) {
List<String> args = new ArrayList<>();
args.add("create");
Collections.addAll(args, options);
Collections.addAll(args, "--date", DATE);
Collections.addAll(args, "--class-path", mclasses.toString(),
outfile.toString());

Expand Down

0 comments on commit 8f26b31

Please sign in to comment.