mirror of https://github.com/openXC7/prjxray.git
Updated fasm2frames test.
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
This commit is contained in:
parent
a4a033226f
commit
4d3059982d
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue