From: Alastair Bridgewater Date: Mon, 1 Mar 2010 17:31:03 +0000 (+0000) Subject: 1.0.36.13: Fix test case clos.impure.lisp / BUG-520366. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=622bb85673f9e28d30f8403b9842db40b60167bf;p=sbcl.git 1.0.36.13: Fix test case clos.impure.lisp / BUG-520366. * Fix rename failure quux -> quux-520366. --- diff --git a/tests/clos.impure.lisp b/tests/clos.impure.lisp index b0f0490..6bb7e26 100644 --- a/tests/clos.impure.lisp +++ b/tests/clos.impure.lisp @@ -1803,6 +1803,6 @@ TAG))) (with-test (:name :bug-520366) (let ((callees (find-named-callees #'bar-520366))) - (assert (equal (list #'quux) callees)))) + (assert (equal (list #'quux-520366) callees)))) ;;;; success diff --git a/version.lisp-expr b/version.lisp-expr index 23a3bec..ad5eda1 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.36.12" +"1.0.36.13"