1.0.36.13: Fix test case clos.impure.lisp / BUG-520366.
authorAlastair Bridgewater <lisphacker@users.sourceforge.net>
Mon, 1 Mar 2010 17:31:03 +0000 (17:31 +0000)
committerAlastair Bridgewater <lisphacker@users.sourceforge.net>
Mon, 1 Mar 2010 17:31:03 +0000 (17:31 +0000)
  * Fix rename failure quux -> quux-520366.

tests/clos.impure.lisp
version.lisp-expr

index b0f0490..6bb7e26 100644 (file)
      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
index 23a3bec..ad5eda1 100644 (file)
@@ -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"