Fix thread-alloca test on Windows.
[sbcl.git] / tests / foreign-stack-alignment.impure.lisp
index ee14cd9..c7b2b90 100644 (file)
@@ -22,7 +22,6 @@
          (output
           (with-output-to-string (s)
             (setf proc (run-program program arguments
-                                    :environment (test-util::test-env)
                                     :output s)))))
     (unless (zerop (process-exit-code proc))
       (error "Bad exit code: ~S~%Output:~% ~S"