Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
tutugordillo committed Jul 5, 2024
1 parent 58b6afc commit b53c4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_build_verbatim_spec_from_cfg(self):
cfg_instr = CFGInstruction(verbatim_cfg_json["op"], verbatim_cfg_json["in"], verbatim_cfg_json["out"])
cfg_instr.builtin_args = verbatim_cfg_json["builtinArgs"]

generated_sfs_json, new_out = cfg_instr.build_spec('0', dict(), dict())
generated_sfs_json, new_out = cfg_instr.build_spec('0', dict(), dict(), dict())
compare_sfs_json(expected_sfs_json, generated_sfs_json[0])

def test_build_instr_spec(self):
Expand Down

0 comments on commit b53c4e1

Please sign in to comment.