Skip to content

Commit 46b169d

Browse files
committed
Drop line
1 parent f74b1b7 commit 46b169d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/java/org/apache/commons/cli/DefaultParserTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ void legacyStopAtNonOption() throws ParseException {
251251
CommandLine commandLine = parser.parse(options, args, null, true);
252252
assertEquals(3, commandLine.getOptions().length);
253253
assertEquals(3, commandLine.getArgs().length);
254-
assertFalse(commandLine.getArgList().contains("-c"));
255254
assertTrue(commandLine.getArgList().contains("-d"));
256255
assertTrue(commandLine.getArgList().contains("arg1"));
257256
assertTrue(commandLine.getArgList().contains("arg2"));

0 commit comments

Comments
 (0)