1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Reinstate lines removed by mistake from chars.test

This commit is contained in:
Neil Jerram 2009-06-17 21:34:38 +01:00
parent 53befeb700
commit 1b34e26a20

View file

@ -17,6 +17,12 @@
;;;; License along with this library; if not, write to the Free Software ;;;; License along with this library; if not, write to the Free Software
;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ;;;; 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 "basic char handling"
(with-test-prefix "evaluator" (with-test-prefix "evaluator"