X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Frun-examples.cl;h=25afc981a02f65258f3890c8c576028a38b59215;hb=bb58879f51d870e04e6f01b3ba2c4906703079e0;hp=e433205b63a5b98fe37ca5203c0f059866ba7d22;hpb=e17a00289f90e820823ae17546eb5374e8f056e0;p=uffi.git diff --git a/tests/run-examples.cl b/tests/run-examples.cl index e433205..25afc98 100644 --- a/tests/run-examples.cl +++ b/tests/run-examples.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: run-examples.cl,v 1.2 2002/09/20 04:51:14 kevin Exp $ +;;;; $Id: run-examples.cl,v 1.3 2002/09/20 05:38:01 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -21,10 +21,7 @@ (pushnew :examples-uffi cl:*features*) (flet ((load-test (name) - (load (merge-pathnames - (make-pathname :name name - :type "cl" - *load-truename*))))) + (load (make-pathname :defaults *load-truename* :name name :type "cl")))) (load-test "c-test-fns") (load-test "arrays") (load-test "union")