committed patch for bug SWIG-1937031 ; moved operator_overload_break back to working tests

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10367 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Jason Stewart 2008-04-08 04:04:37 +00:00
commit 5d625e950d
2 changed files with 7 additions and 1 deletions

View file

@ -51,7 +51,6 @@ CPP_TEST_BROKEN += \
extend_variable \
namespace_union \
nested_comment \
operator_overload_break \
overload_complicated \
template_default_pointer \
template_expr
@ -208,6 +207,7 @@ CPP_TEST_CASES += \
newobject1 \
ordering \
operator_overload \
operator_overload_break \
overload_copy \
overload_extend \
overload_rename \