diff options
-rw-r--r-- | test-suite/tests/chars.test | 6 |
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" |