removed problem test for gcc-3.3.0+ until resolved

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6560 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-10-29 23:01:17 +00:00
commit 8ee2c8e710

View file

@ -80,10 +80,16 @@
return hi;
}
int test_b(const name& n1, name n2) {
int test_b(name n2) {
return 1;
}
/* gcc doesn't like this one. Removing until reason resolved.
int test_c(const name& n1) {
return 1;
}
*/
struct Foo
{
int foo(const Aptr&a);