Updated fasm2frames test.

Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
This commit is contained in:
Maciej Kurc 2019-12-10 14:51:23 +01:00
parent a4a033226f
commit 4d3059982d
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class TestStringMethods(unittest.TestCase):
fout = StringIO()
fasm2frames.run(
self.filename_test_data('db'), fin.name, fout, **kw)
self.filename_test_data('db'), None, fin.name, fout, **kw)
return fout.getvalue()