(t *testing.T)
| 97 | } |
| 98 | |
| 99 | func TestIsDriver(t *testing.T) { |
| 100 | pe, err := ParseFile("./_fixtures/054299e09cea38df2b84e6b29348b418.bin", WithSections(), WithSymbols()) |
| 101 | require.NoError(t, err) |
| 102 | require.True(t, pe.IsDriver) |
| 103 | } |
| 104 | |
| 105 | func TestParseMem(t *testing.T) { |
| 106 | var tests = []struct { |
nothing calls this directly
no test coverage detected