1.0.44.33: ir2tran: Correctly set up d-x closure values for tail-local-calls.
[sbcl.git] / tests / compiler-test-util.lisp
index a21f04f..938af5c 100644 (file)
@@ -95,7 +95,7 @@
   `(check-consing t ',form (lambda () ,form) ,times))
 
 (defun file-compile (toplevel-forms &key load)
-  (let* ((lisp "compile-impure-tmp.lisp")
+  (let* ((lisp (merge-pathnames "file-compile-tmp.lisp"))
          (fasl (compile-file-pathname lisp)))
     (unwind-protect
          (progn