mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-05-06 16:59:35 +00:00
remove leftover debugging code.
This commit is contained in:
parent
594ea3b356
commit
fe7c725f3b
@ -231,10 +231,6 @@ class TestAllRelocs(TestCase):
|
||||
|
||||
def test_relocations(self):
|
||||
relocations = self.bin_with_relocs.relocations
|
||||
i=0
|
||||
for r in relocations:
|
||||
self.logger.warn(str(i)+str(r))
|
||||
i+=1
|
||||
self.assertEqual(len(relocations), 37)
|
||||
# check relocation from .rela.text
|
||||
self.assertEqual(relocations[12].symbol.name,"main")
|
||||
|
Loading…
x
Reference in New Issue
Block a user