mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8168386: Fix jdeps verbose options
Reviewed-by: dfuchs, lancea
This commit is contained in:
parent
8899d19210
commit
40e24f2e56
6 changed files with 587 additions and 244 deletions
|
@ -136,8 +136,6 @@ public class DotFileTest {
|
|||
|
||||
// with -P option
|
||||
List<String> argsWithDashP = new ArrayList<>();
|
||||
argsWithDashP.add("-dotoutput");
|
||||
argsWithDashP.add(dotoutput.toString());
|
||||
argsWithDashP.add("-P");
|
||||
argsWithDashP.addAll(args);
|
||||
|
||||
|
@ -162,8 +160,6 @@ public class DotFileTest {
|
|||
|
||||
// with -P option
|
||||
List<String> argsWithDashP = new ArrayList<>();
|
||||
argsWithDashP.add("-dotoutput");
|
||||
argsWithDashP.add(dotoutput.toString());
|
||||
argsWithDashP.add("-P");
|
||||
argsWithDashP.addAll(args);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue