new test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4590 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
bc7154d098
commit
9ca7ea8ad0
3 changed files with 17 additions and 1 deletions
5
Examples/test-suite/python/class_scope_weird_runme.py
Normal file
5
Examples/test-suite/python/class_scope_weird_runme.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import class_scope_weird
|
||||
|
||||
f = class_scope_weird.Foo()
|
||||
if f.bar(3) != 3:
|
||||
raise RuntimeError
|
||||
Loading…
Add table
Add a link
Reference in a new issue