X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-util.lisp;h=8ed24c83716f6e8c23da0679fc665b086a02e574;hb=5e92e9ed61903658015c2a75c79a32ad41dbd29d;hp=00a986d5e5cb83eea4c6cf8818d06039276e4377;hpb=175c318c892b0627b36fa3c4db66f59680242204;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*