change to make test suite pass R 2.4

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9569 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Joseph Wang 2006-11-19 05:04:44 +00:00
commit 805d0472cd

View file

@ -42,6 +42,8 @@ unittest(d$u, 0)
la <- new("A");
la@ui <- 5
# Removing the next line makes this fail in R 2.4
la@str <- ""
other = A()
foo <- copyToC(la, other)