Uncomment testing of overloading of const char arrays which was fixed in svn r12541 for swig-2.0.3.

This commit is contained in:
William S Fulton 2013-02-21 07:09:27 +00:00
commit de136ad6cf

View file

@ -61,7 +61,6 @@ char* test_b(name a, const namea b) {
return a;
}
#if 0
int test_a(int a) {
return a;
}
@ -70,7 +69,6 @@ int test_b(int a) {
return a;
}
#endif
%}