summaryrefslogtreecommitdiff
path: root/tests/format/elf/oob_section_name.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/format/elf/oob_section_name.py')
-rw-r--r--tests/format/elf/oob_section_name.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/format/elf/oob_section_name.py b/tests/format/elf/oob_section_name.py
index 8f91efd..a478ec7 100644
--- a/tests/format/elf/oob_section_name.py
+++ b/tests/format/elf/oob_section_name.py
@@ -44,5 +44,5 @@ class TestNonExistingBinary(ChrysalideTestCase):
cnt = FileContent(fullname[:baselen] + 'oob_section_name')
self.assertIsNotNone(cnt)
- fmt = ElfFormat(cnt)
+ fmt = ElfFormat(cnt, None, None)
self.assertIsInstance(fmt, ElfFormat)