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:
parent
546723d379
commit
b3cc02cfd0
5 changed files with 15 additions and 12 deletions
|
|
@ -1,6 +0,0 @@
|
|||
(load "integers.so")
|
||||
(define-macro (throws-exception? form)
|
||||
`(condition-case (begin ,form #f)
|
||||
((exn) #t)))
|
||||
|
||||
(include "../schemerunme/integers.scm")
|
||||
Loading…
Add table
Add a link
Reference in a new issue