1.0.9.10: make tests clean up after themselves a bit better
[sbcl.git] / tests / threads.impure.lisp
index eb4fe5a..dd2544c 100644 (file)
  :search t)
 (sb-alien:load-shared-object "threads-foreign.so")
 (sb-alien:define-alien-routine loop-forever sb-alien:void)
-
+(delete-file "threads-foreign.c")
 
 ;;; elementary "can we get a lock and release it again"
 (let ((l (make-mutex :name "foo"))