Skip to content

Commit 11933b3

Browse files
committed
Add missing @test
1 parent 8bfccb2 commit 11933b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public void setUp() {
6464
//@formatter:on
6565
}
6666

67+
@Test
6768
public void testAmbiguousArgParsing() throws Exception {
6869
final String[] args = { "-=-" };
6970
final Options options = new Options();

0 commit comments

Comments
 (0)