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:
parent
53befeb700
commit
1b34e26a20
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue