more tests

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

View file

@ -4,9 +4,9 @@ ai = A(1)
ad = A(2.0)
ab = A(b)
print ai, get(ai)
print ad, get(ad)
print ab, get(ab)
ai, get(ai)
ad, get(ad)
ab, get(ab)
if get(ai) != get(1):
raise RuntimeError,"bad implicit type"