(t *testing.T)
| 239 | } |
| 240 | |
| 241 | func TestSetTools(t *testing.T) { |
| 242 | // Test that multiple calls work. |
| 243 | bu := &Binutils{} |
| 244 | bu.SetTools("") |
| 245 | bu.SetTools("") |
| 246 | } |
| 247 | |
| 248 | func TestSetFastSymbolization(t *testing.T) { |
| 249 | // Test that multiple calls work. |
nothing calls this directly
no test coverage detected
searching dependent graphs…