X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-util.lisp;h=7ec458cced6cf2e439bd3eb4b96a4812b0e4eaa4;hb=54da325f13fb41669869aea688ae195426c0e231;hp=4d153d2397552d685655652d15bbcbc2d9bb71ea;hpb=378a5e39c182b5c3ba14da80c157ad2c0021b25f;p=sbcl.git diff --git a/tests/test-util.lisp b/tests/test-util.lisp index 4d153d2..7ec458c 100644 --- a/tests/test-util.lisp +++ b/tests/test-util.lisp @@ -95,7 +95,7 @@ (unless (or (not (sb-thread:thread-alive-p thread)) (eql thread sb-thread:*current-thread*) (member thread ,threads) - (sb-thread:thread-emphemeral-p thread)) + (sb-thread:thread-ephemeral-p thread)) (setf any-leftover thread) (ignore-errors (sb-thread:terminate-thread thread)))) (when any-leftover