0.9.18.74:
authorGabor Melis <mega@hotpop.com>
Mon, 27 Nov 2006 08:54:16 +0000 (08:54 +0000)
committerGabor Melis <mega@hotpop.com>
Mon, 27 Nov 2006 08:54:16 +0000 (08:54 +0000)
  Fix hash tests on non-threaded platforms (patch for Brian Mastenbrook)

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

index 231939e..84723e0 100644 (file)
        (sb-thread::wait-on-semaphore ,sem)
        (values-list ,values))))
 
+(defun take (&rest args)
+  (declare (ignore args)))
+
 (with-test (:name (:hash-table :weakness :eql :numbers))
   (flet ((random-number ()
            (random 1000)))
             (gc :full t)
             (assert (= n (hash-table-count ht)))))))
 
-(defun take (&rest args)
-  (declare (ignore args)))
-
 (defun add-removable-stuff (ht &key (n 100) (size 10))
   (flet ((unique-object ()
            (make-array size :fill-pointer 0)))
index 2f4f989..1fd741f 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".)
-"0.9.18.73"
+"0.9.18.74"