From 1b34e26a20aedd43ac5d6e87f5be7d10e1bb4f5f Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Wed, 17 Jun 2009 21:34:38 +0100 Subject: [PATCH] Reinstate lines removed by mistake from chars.test --- test-suite/tests/chars.test | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test-suite/tests/chars.test b/test-suite/tests/chars.test index cff9532dd..b52b384c5 100644 --- a/test-suite/tests/chars.test +++ b/test-suite/tests/chars.test @@ -17,6 +17,12 @@ ;;;; License along with this library; if not, write to the Free Software ;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +(use-modules (test-suite lib)) + +(define exception:wrong-type-to-apply + (cons 'misc-error "^Wrong type to apply:")) + + (with-test-prefix "basic char handling" (with-test-prefix "evaluator"