()
| 156 | } |
| 157 | |
| 158 | func (e *argError) Error() string { return fmt.Sprintf("invalid argument: %s", e.name) } |
| 159 | func (e *argError) ArgName() string { return e.name } |
| 160 | |
| 161 | func TestChkRunError(t *testing.T) { |
no outgoing calls
no test coverage detected