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:
Vadim Zeitlin 2019-01-17 01:25:43 +01:00
commit cb426b1074

View file

@ -4,6 +4,8 @@
%module keyword_rename
%feature("kwargs");
#pragma SWIG nowarn=SWIGWARN_PARSE_KEYWORD
%inline %{