Fix typemaps for "void*"
Pass void pointers directly to C, don't handle them objects which was done by default previously because we didn't define any specific typemaps for them. This allows to reenable another test.
This commit is contained in:
parent
85c9b87f9b
commit
7a392fd21f
2 changed files with 4 additions and 4 deletions
|
|
@ -131,7 +131,6 @@ FAILING_CPP_TESTS := \
|
|||
operator_overload \
|
||||
overload_arrays \
|
||||
overload_polymorphic \
|
||||
overload_simple \
|
||||
primitive_ref \
|
||||
refcount \
|
||||
reference_global_vars \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue