Fix uncompileable code when %rename results in two enum items with the same name

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12098 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2010-06-03 17:44:42 +00:00
commit 257ce20f30
4 changed files with 17 additions and 1 deletions

View file

@ -180,6 +180,7 @@ CPP_TEST_CASES += \
disown \
dynamic_cast \
empty \
enum_rename \
enum_scope_template \
enum_template \
enum_thorough \