0.9.18.74:
[sbcl.git] / tests / hash.impure.lisp
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)))