From 94d4157bfb2332fde8955d5fb82b71298a870330 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Thu, 29 Sep 2005 06:36:16 +0000 Subject: [PATCH] 0.9.5.10: Enable consing tests also for mips. --- tests/dynamic-extent.impure.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/dynamic-extent.impure.lisp b/tests/dynamic-extent.impure.lisp index 0b1b6f6..8a26b58 100644 --- a/tests/dynamic-extent.impure.lisp +++ b/tests/dynamic-extent.impure.lisp @@ -134,7 +134,7 @@ (funcall thunk)) (assert (< (- (get-bytes-consed) before) times)))) -#+(or x86 x86-64 alpha ppc sparc) +#+(or x86 x86-64 alpha ppc sparc mips) (progn (assert-no-consing (dxclosure 42)) (assert-no-consing (dxlength 1 2 3)) diff --git a/version.lisp-expr b/version.lisp-expr index 3d5e8b1..02ab1e7 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".) -"0.9.5.9" +"0.9.5.10" -- 1.7.10.4