summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2009-06-17 21:34:38 +0100
committerNeil Jerram <neil@ossau.uklinux.net>2009-06-17 21:35:31 +0100
commit1b34e26a20aedd43ac5d6e87f5be7d10e1bb4f5f (patch)
tree495cbde68f9fae510f5e7b8eeee61f0dd52f1b99
parent53befeb700c31dec58cec2c8f6f34535541a2f39 (diff)
downloadguile-1b34e26a20aedd43ac5d6e87f5be7d10e1bb4f5f.tar.gz
Reinstate lines removed by mistake from chars.test
-rw-r--r--test-suite/tests/chars.test6
1 files changed, 6 insertions, 0 deletions
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"