remove non-portable test

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9877 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2007-07-24 21:29:12 +00:00
commit c70e98d185

View file

@ -20,6 +20,8 @@ void test_nonzero(double NONZERO) {
void test_nonnull(void *NONNULL) {
}
/* These generated non-portable code and there isn't an obvious fix
void test_align8(void *ALIGN8) {
}
@ -28,5 +30,6 @@ void test_align4(void *ALIGN4) {
void test_align2(void *ALIGN2) {
}
*/
%}