Chicken: Remove workaround for memory corruption from the li_typemaps_runme test

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7675 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
John Lenz 2005-10-18 04:15:02 +00:00
commit 5bbd841acc

View file

@ -7,7 +7,6 @@
(error "Error in inoutr-int2"))))
(call-with-values (lambda () (out-foo 4))
(lambda (a b)
;
(if (not (and (= (slot-ref a 'a) 4) (= b 8)))
(error "Error in out-foo"))))