X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fload.impure.lisp;h=ee43f50411f11b4a9da3804107ec3f84a2f7d383;hb=260de2062fca170efdac3e42491d7d866c2d2e56;hp=4eda4e467a041d3c78f791504f21bb8758b39384;hpb=bd1a7d535c9639ed6d79a55a53978fcc7a998837;p=sbcl.git diff --git a/tests/load.impure.lisp b/tests/load.impure.lisp index 4eda4e4..ee43f50 100644 --- a/tests/load.impure.lisp +++ b/tests/load.impure.lisp @@ -307,10 +307,10 @@ (error () nil))) (ignore-errors (delete-file pathname))))) -(with-test (:name (load "empty.lisp")) +(with-test (:name (load :empty.lisp)) (assert (load-empty-file "lisp"))) -(with-test (:name (load "empty.fasl")) +(with-test (:name (load :empty.fasl)) (assert (not (load-empty-file "fasl")))) (with-test (:name :parallel-fasl-load)