adding more cases
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6814 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
844924b2c9
commit
25e1e7932a
10 changed files with 79 additions and 14 deletions
|
|
@ -19,3 +19,8 @@ if xstr1 != xstr2:
|
|||
|
||||
s = str(a.this)
|
||||
r = repr(a.this)
|
||||
|
||||
v1 = v_ptr(a)
|
||||
v2 = v_ptr(a)
|
||||
if long(v1) != long(v2):
|
||||
raise RuntimeError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue