test for ref+int overload

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6497 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-10-25 19:06:50 +00:00
commit 7e4f23332b
2 changed files with 24 additions and 0 deletions

View file

@ -35,3 +35,6 @@ if ref_bool(1) != 1:
if ref_char('x') != 'x':
raise RuntimeError
if ref_over(0) != 0:
raise RuntimeError