Enable keyword arguments for keyword_rename unit test
This is required for the recently added Python test checking that an argument clashing with a Python keyword is also renamed when using keyword arguments and fixes this test failure when using -builtin Python option.
This commit is contained in:
parent
7e9181d70e
commit
cb426b1074
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
%module keyword_rename
|
||||
|
||||
%feature("kwargs");
|
||||
|
||||
#pragma SWIG nowarn=SWIGWARN_PARSE_KEYWORD
|
||||
|
||||
%inline %{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue