Reinstate lines removed by mistake from chars.test
authorNeil Jerram <neil@ossau.uklinux.net>
Wed, 17 Jun 2009 20:34:38 +0000 (21:34 +0100)
committerNeil Jerram <neil@ossau.uklinux.net>
Wed, 17 Jun 2009 20:35:31 +0000 (21:35 +0100)
test-suite/tests/chars.test

index cff9532..b52b384 100644 (file)
 ;;;; 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"