missing method bodies added to valuewrapper_default testcase

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4972 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-07-31 21:45:26 +00:00
commit f388e6d8d6
2 changed files with 4 additions and 4 deletions

View file

@ -48,8 +48,7 @@ CPP_TEST_BROKEN += \
template_default_arg \
template_specialization_defarg \
template_specialization_enum \
using_namespace \
valuewrapper_default
using_namespace
# Broken C test cases. (Can be run individually using make testcase.ctest.)
C_TEST_BROKEN +=
@ -244,6 +243,7 @@ CPP_TEST_CASES += \
valuewrapper \
valuewrapper_base \
valuewrapper_const \
valuewrapper_default \
varargs \
virtual_destructor \
voidtest