Fixed last test in std_set test suite that was
failing due to having been done with old hash sort. Improved rubycontainer a little bit. Made GC_VALUE sort an rb_protect function to prevent bad sorting attempt of an Array against a String. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9747 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1b349d4749
commit
cea5ba04fa
4 changed files with 58 additions and 26 deletions
|
|
@ -93,5 +93,8 @@ halve_in_place(dv)
|
|||
halved == dv.to_a
|
||||
sv = StructVector.new
|
||||
sv << Li_std_vector::Struct.new
|
||||
sv[0].class == Li_std_vector::Struct
|
||||
sv[1] = Li_std_vector::Struct.new
|
||||
|
||||
EOF
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue