Disable test not relevant for Python -builtin
This commit is contained in:
parent
af1093d956
commit
0fb34cb019
2 changed files with 12 additions and 2 deletions
|
|
@ -46,5 +46,10 @@ public:
|
|||
void func() {};
|
||||
};
|
||||
|
||||
#ifdef SWIGPYTHON_BUILTIN
|
||||
bool is_python_builtin() { return true; }
|
||||
#else
|
||||
bool is_python_builtin() { return false; }
|
||||
#endif
|
||||
%}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue