(t *testing.T)
| 37 | } |
| 38 | |
| 39 | func TestCorruptTail(t *testing.T) { |
| 40 | h := header |
| 41 | h.Tail[3] += 1 |
| 42 | expectErrorFromUndump(errCorrupted, h, t) |
| 43 | } |
| 44 | |
| 45 | func TestUndump(t *testing.T) { |
| 46 | _, err := exec.LookPath("luac") |
nothing calls this directly
no test coverage detected
searching dependent graphs…