X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-util.lisp;h=8ed24c83716f6e8c23da0679fc665b086a02e574;hb=b3e3fbe7d381147fccc8a3027cb6fae923e57d13;hp=00a986d5e5cb83eea4c6cf8818d06039276e4377;hpb=2c6105acde389717317e725854d7dd3b3d6ece5c;p=sbcl.git diff --git a/tests/test-util.lisp b/tests/test-util.lisp index 00a986d..8ed24c8 100644 --- a/tests/test-util.lisp +++ b/tests/test-util.lisp @@ -24,7 +24,7 @@ (fail-test :unexpected-failure ',name error))))) (defun report-test-status () - (with-standard-io-syntax + (with-standard-io-syntax (with-open-file (stream "test-status.lisp-expr" :direction :output :if-exists :supersede) @@ -36,7 +36,7 @@ (setf *test-count* 0)) (incf *test-count*)) -(defun fail-test (type test-name condition) +(defun fail-test (type test-name condition) (push (list type *test-file* (or test-name *test-count*)) *failures*) (when (or (and *break-on-failure*