Skip to content

Commit

Permalink
Remove incorrect argument in cpp domain test
Browse files Browse the repository at this point in the history
  • Loading branch information
vector-of-bool committed Apr 19, 2020
1 parent 7a46f77 commit cfe8645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_domain_cpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def check(name, input, idDict, output=None):
parentNode = addnodes.desc()
signode = addnodes.desc_signature(input, '')
parentNode += signode
ast.describe_signature(signode, 'lastIsName', symbol, options={})
ast.describe_signature(signode, 'lastIsName', None, options={})

idExpected = [None]
for i in range(1, _max_id + 1):
Expand Down

0 comments on commit cfe8645

Please sign in to comment.