Removed a printing of vector from test.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9772 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Gonzalo Garramuno 2007-05-05 03:00:35 +00:00
commit c361c83aea

View file

@ -90,8 +90,6 @@ dv.kind_of? DoubleVector
halved = []
halved = dv.map { |x| x / 2 }
halve_in_place(dv)
p halved.to_a
p dv.to_a
halved.to_a == dv.to_a
sv = StructVector.new
sv << Li_std_vector::Struct.new