From 4c5986550ca410e23349de9d158868ec664449bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6ppe?= Date: Mon, 26 Sep 2005 21:45:34 +0000 Subject: [PATCH] Don't forget to exit. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7535 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/test-suite/guile/throw_exception_runme.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/test-suite/guile/throw_exception_runme.scm b/Examples/test-suite/guile/throw_exception_runme.scm index b91088b85..377506276 100644 --- a/Examples/test-suite/guile/throw_exception_runme.scm +++ b/Examples/test-suite/guile/throw_exception_runme.scm @@ -42,3 +42,4 @@ (check-throw-error (Foo-test-cls-ptr-td foo)) (check-throw-error (Foo-test-cls-ref-td foo))) +(exit 0)