X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fhash.impure.lisp;fp=tests%2Fhash.impure.lisp;h=84723e07e1ceaa168ce954763b00734159e16d80;hb=25cc22e9123328519c848034e5447d4e79865f13;hp=231939ec3e9036b1bf78859b474b55a68c3bed7e;hpb=f315dce2c64b7beac0f0b22e791ced37f454ebfb;p=sbcl.git diff --git a/tests/hash.impure.lisp b/tests/hash.impure.lisp index 231939e..84723e0 100644 --- a/tests/hash.impure.lisp +++ b/tests/hash.impure.lisp @@ -288,6 +288,9 @@ (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))) @@ -302,9 +305,6 @@ (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)))