diff --git a/SWIG/Examples/test-suite/common.mk b/SWIG/Examples/test-suite/common.mk index 35a1c6f9f..747e36bd4 100644 --- a/SWIG/Examples/test-suite/common.mk +++ b/SWIG/Examples/test-suite/common.mk @@ -235,6 +235,7 @@ CPP_TEST_CASES += \ template_ns_enum2 \ template_ns_inherit \ template_ns_scope \ + template_opaque \ template_partial_arg \ template_qualifier \ template_qualifier \ diff --git a/SWIG/Examples/test-suite/python/template_opaque_runme.py b/SWIG/Examples/test-suite/python/template_opaque_runme.py index c4eb2f090..f3aeb39d1 100644 --- a/SWIG/Examples/test-suite/python/template_opaque_runme.py +++ b/SWIG/Examples/test-suite/python/template_opaque_runme.py @@ -4,4 +4,3 @@ v = template_opaque.OpaqueVectorType(10) template_opaque.FillVector(v) -print v[0]