remove dead test code

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
Alex Goodman 2024-03-13 17:07:52 -04:00
parent e51d4bcda1
commit ad7edba2a5

View File

@ -80,11 +80,6 @@ func Test_newELFPackage(t *testing.T) {
}, },
} }
// for _, test := range tests {
// t.Run(test.name, func(t *testing.T) {
// assert.Equal(t, test.expected, newELFPackage(test.metadata, file.NewLocationSet(), nil))
// })
// }
for _, test := range tests { for _, test := range tests {
t.Run(test.name, func(t *testing.T) { t.Run(test.name, func(t *testing.T) {
actual := newELFPackage(test.metadata, file.NewLocationSet(), nil) actual := newELFPackage(test.metadata, file.NewLocationSet(), nil)