X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2Ftest-examples.lisp;fp=examples%2Ftest-examples.lisp;h=09ac2c160e989fa17ce1c23a887850a314fb23cd;hb=72190043201239567658cfbae1c36bbd7233419b;hp=0bf5e79c0ab112e3154b4e8511958f61ca32228b;hpb=da9ef130a96ba9102fc0cf68b1fe8cd0a90e67b7;p=uffi.git diff --git a/examples/test-examples.lisp b/examples/test-examples.lisp index 0bf5e79..09ac2c1 100644 --- a/examples/test-examples.lisp +++ b/examples/test-examples.lisp @@ -23,7 +23,7 @@ (util.test:with-tests (:name "UFFI-Tests") (setq util.test:*break-on-test-failures* nil) (flet ((load-test (name) - (load (make-pathname :name name :defaults *load-truename*)))) + (load (make-pathname :name name :defaults *load-truename*)))) (load-test "c-test-fns") (load-test "arrays") (load-test "union")