Remove integers_runme.ss because Chicken does not test for integer overflow

Fixes to get apply_strings.i to work in the testsuite
Minor documentation updates


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9170 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
John Lenz 2006-06-21 04:16:21 +00:00
commit b3cc02cfd0
5 changed files with 15 additions and 12 deletions

View file

@ -1,6 +0,0 @@
(load "integers.so")
(define-macro (throws-exception? form)
`(condition-case (begin ,form #f)
((exn) #t)))
(include "../schemerunme/integers.scm")