(message string)
| 361 | } |
| 362 | |
| 363 | func wrappedNew(message string) error { // This function will be mid-stack inlined in go 1.12+ |
| 364 | return New(message) |
| 365 | } |
| 366 | |
| 367 | func TestFormatWrappedNew(t *testing.T) { |
| 368 | tests := []struct { |
no test coverage detected
searching dependent graphs…