swig/Examples/test-suite/python/complextest_runme.py
Marcelo Matus f1ed62c2a2 add complex test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5693 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-01-28 01:38:59 +00:00

6 lines
123 B
Python

import complextest
a = complex(1,2)
if complextest.Conj(a) != a.conjugate():
raise RuntimeError, "bad complex mapping"