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:
parent
4607dd57a9
commit
7e4f23332b
2 changed files with 24 additions and 0 deletions
|
|
@ -35,3 +35,6 @@ if ref_bool(1) != 1:
|
|||
|
||||
if ref_char('x') != 'x':
|
||||
raise RuntimeError
|
||||
|
||||
if ref_over(0) != 0:
|
||||
raise RuntimeError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue