*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4291 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2003-02-11 03:52:27 +00:00
commit 97a0cf523e
2 changed files with 4 additions and 1 deletions

View file

@ -42,7 +42,6 @@ DYNAMIC_LIB_PATH = $(RUNTIMEDIR):.
# Broken C++ test cases. (Can be run individually using make testcase.cpptest.)
CPP_TEST_BROKEN += \
preproc_4 \
cast_operator \
arrayref \
abstract_typedef \
@ -247,6 +246,7 @@ C_TEST_CASES += \
preproc_1 \
preproc_2 \
preproc_3 \
preproc_4 \
ret_by_value \
sizeof_pointer \
sneaky1 \