Skip to content

Commit

Permalink
Revert "Fix issue remkop#1103 in Issue1225UnmatchedArgBadIndex"
Browse files Browse the repository at this point in the history
This reverts commit 6f932d4.
  • Loading branch information
MarkoMackic committed Oct 17, 2021
1 parent c53884e commit f305461
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/test/java/picocli/Issue1225UnmatchedArgBadIndex.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package picocli;

import org.junit.Rule;
import org.junit.Test;
import org.junit.contrib.java.lang.system.ProvideSystemProperty;
import picocli.CommandLine.Command;
import picocli.CommandLine.Parameters;

Expand All @@ -13,9 +11,6 @@
import static org.junit.Assert.*;

public class Issue1225UnmatchedArgBadIndex {
@Rule
public final ProvideSystemProperty ansiOFF = new ProvideSystemProperty("picocli.ansi", "false");


@Command(name = "app", mixinStandardHelpOptions = true, version = "app 1.0",
description = "....")
Expand Down

0 comments on commit f305461

Please sign in to comment.