moved broken test to broken list

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5970 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-06-03 22:41:25 +00:00
commit 5d0f146bb0

View file

@ -56,7 +56,8 @@ CPP_TEST_BROKEN += \
using_namespace
# Broken C test cases. (Can be run individually using make testcase.ctest.)
C_TEST_BROKEN +=
C_TEST_BROKEN += \
tag_no_clash_with_variable
# C++ test cases. (Can be run individually using make testcase.cpptest.)
@ -308,7 +309,6 @@ C_TEST_CASES += \
sizeof_pointer \
sneaky1 \
struct_rename \
tag_no_clash_with_variable \
typemap_subst \
unions