(t *testing.T)
| 643 | } |
| 644 | |
| 645 | func TestParseAll(t *testing.T) { |
| 646 | ResetForTesting(func() { t.Error("bad parse") }) |
| 647 | testParseAll(GetCommandLine(), t) |
| 648 | } |
| 649 | |
| 650 | func TestIgnoreUnknownFlags(t *testing.T) { |
| 651 | ResetForTesting(func() { t.Error("bad parse") }) |
nothing calls this directly
no test coverage detected