(t *testing.T)
| 11 | ) |
| 12 | |
| 13 | func TestAllHeaderNoFun(t *testing.T) { |
| 14 | expectErrorFromUndump(io.EOF, header, t) |
| 15 | } |
| 16 | |
| 17 | func TestWrongEndian(t *testing.T) { |
| 18 | h := header |
nothing calls this directly
no test coverage detected
searching dependent graphs…