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:
Vadim Zeitlin 2016-04-20 16:28:24 +02:00
commit 7a392fd21f
2 changed files with 4 additions and 4 deletions

View file

@ -131,7 +131,6 @@ FAILING_CPP_TESTS := \
operator_overload \
overload_arrays \
overload_polymorphic \
overload_simple \
primitive_ref \
refcount \
reference_global_vars \