Removed printing from test.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9791 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Gonzalo Garramuno 2007-05-08 10:13:20 +00:00
commit 6fbc5e58a6

View file

@ -59,10 +59,8 @@ end
# these should fail and not segfault
begin
p 'a'
p Li_std_functors::Set.new('sd')
rescue => e
p e
Li_std_functors::Set.new('sd')
rescue
end
test do |proc, container|