(t *testing.T)
| 57 | } |
| 58 | |
| 59 | func TestSourceMissingMapping(t *testing.T) { |
| 60 | testSourceMapping(t, false) |
| 61 | } |
| 62 | |
| 63 | // testSourceMapping checks that source info is found even when no applicable |
| 64 | // Mapping/objectFile exists. The locations used in the test are either zero |
nothing calls this directly
no test coverage detected
searching dependent graphs…