mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-05-08 09:49:33 +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):
|
def test_relocations(self):
|
||||||
relocations = self.bin_with_relocs.relocations
|
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)
|
self.assertEqual(len(relocations), 37)
|
||||||
# check relocation from .rela.text
|
# check relocation from .rela.text
|
||||||
self.assertEqual(relocations[12].symbol.name,"main")
|
self.assertEqual(relocations[12].symbol.name,"main")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user