more tests

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5784 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-03-21 23:38:59 +00:00
commit 7e25ede10d
13 changed files with 161 additions and 18 deletions

View file

@ -9,6 +9,6 @@ if complextest.Conj(a) != a.conjugate():
v = (complex(1,2), complex(2,3), complex(4,3), 1)
try:
print complextest.Copy_h(v)
complextest.Copy_h(v)
except:
pass