X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Freader.impure.lisp;h=1db35cac17c3b7706e6b9d366c33f7e9f5523cb2;hb=1fa1730414b6c914e502d339945d0ad7a4a7f5d9;hp=01fcace842e9d2112be0bb210326e75178f903fc;hpb=ac93aa515b197d751dad85d70432ebc87fac420a;p=sbcl.git diff --git a/tests/reader.impure.lisp b/tests/reader.impure.lisp index 01fcace..1db35ca 100644 --- a/tests/reader.impure.lisp +++ b/tests/reader.impure.lisp @@ -125,7 +125,7 @@ (funcall fun) (assert (equal '(:ok) (read-from-string "{:ok)")))) -(with-test (:name bad-recursive-read) +(with-test (:name :bad-recursive-read) ;; This use to signal an unbound-variable error instead. (assert (eq :error (handler-case @@ -134,7 +134,7 @@ (reader-error (e) :error))))) -(with-test (:name standard-readtable-modified) +(with-test (:name :standard-readtable-modified) (macrolet ((test (form &optional op) `(assert (eq :error @@ -166,7 +166,7 @@ (assert (eq (find-package :cl) (test "cl:no-such-sym"))))) ;;; THIS SHOULD BE LAST as it frobs the standard readtable -(with-test (:name set-macro-character-nil) +(with-test (:name :set-macro-character-nil) (handler-bind ((sb-int:standard-readtable-modified-error #'continue)) (let ((fun (lambda (&rest args) 'ok))) ;; NIL means the standard readtable.