New test case integers.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8816 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e87a7dbbf0
commit
3c2bc16ff4
1 changed files with 6 additions and 0 deletions
6
SWIG/Examples/test-suite/chicken/integers_runme.ss
Normal file
6
SWIG/Examples/test-suite/chicken/integers_runme.ss
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
(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