X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fhash.impure.lisp;h=c5c9786502195d3ba62b577eb4494fa2e9cf8ee7;hb=9837343101c3da7b3a8f94609ec116ec5025436a;hp=84723e07e1ceaa168ce954763b00734159e16d80;hpb=25cc22e9123328519c848034e5447d4e79865f13;p=sbcl.git diff --git a/tests/hash.impure.lisp b/tests/hash.impure.lisp index 84723e0..c5c9786 100644 --- a/tests/hash.impure.lisp +++ b/tests/hash.impure.lisp @@ -268,6 +268,10 @@ (defvar *cons-here*) +(declaim (notinline args)) +(defun take (&rest args) + (declare (ignore args))) + (defmacro alloc (&body body) "Execute BODY and try to reduce the chance of leaking a conservative root." #-sb-thread @@ -288,9 +292,6 @@ (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)))