Files
ANSLibs/swig-4.3.0/Examples/test-suite/schemerunme/catches_strings.scm

10 lines
228 B
Scheme

(expect-throw 'swig-exception
(StringsThrower-charstring))
; TODO: check the exception message
(expect-throw 'swig-exception
(StringsThrower-stdstring))
; TODO: check the exception message
(exit 0)