summaryrefslogtreecommitdiff
path: root/tests/format/elf/non_existing_binary.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/format/elf/non_existing_binary.py')
-rw-r--r--tests/format/elf/non_existing_binary.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/format/elf/non_existing_binary.py b/tests/format/elf/non_existing_binary.py
index 6111f03..a6eddd3 100644
--- a/tests/format/elf/non_existing_binary.py
+++ b/tests/format/elf/non_existing_binary.py
@@ -21,4 +21,4 @@ class TestNonExistingBinary(ChrysalideTestCase):
with self.assertRaisesRegex(TypeError, 'The argument must be an instance of BinContent.'):
- fmt = ElfFormat(cnt)
+ fmt = ElfFormat(cnt, None, None)