test fix again

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13117 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2012-05-24 22:37:57 +00:00
commit 020e137347

View file

@ -38,8 +38,14 @@
}
// This typemap was not used for no_typedef_out in 2.0.4 and earlier
#ifdef SWIGTCL
%typemap(out) std::deque<jada::uint> {
}
#else
%typemap(out) std::deque<jada::uint> {
$result = 0;
}
#endif
namespace jada {
typedef unsigned int uint;