From dc24c875e6c66910db0a20ec5fee55c8b209aea8 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Fri, 28 May 2004 02:13:30 +0000 Subject: [PATCH] add template_opaque git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5936 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/test-suite/common.mk | 1 + SWIG/Examples/test-suite/python/template_opaque_runme.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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]