more tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5832 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5ddf147312
commit
6abaf3fdb9
3 changed files with 85 additions and 0 deletions
|
|
@ -15,3 +15,12 @@ for i in range(0,10):
|
|||
|
||||
halve_in_place(dv)
|
||||
|
||||
|
||||
bv = BoolVector(4)
|
||||
bv[0]= 1
|
||||
bv[1]= 0
|
||||
bv[2]= 4
|
||||
bv[3]= 0
|
||||
|
||||
if bv[0] != bv[2]:
|
||||
raise RuntimeError,"bad std::vector<bool> mapping"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue