X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fload.impure.lisp;h=829950c079edad38eeaeb4663ea8e96b4d6fedb7;hb=d052cf55544eb8c251146457d9245e8610e0a8f2;hp=fb7b9c91f11921e2d3ac5b20d2c10728dd5ba173;hpb=a30cbc0b0ed6bd7e7720465e07be6547d7295495;p=sbcl.git diff --git a/tests/load.impure.lisp b/tests/load.impure.lisp index fb7b9c9..829950c 100644 --- a/tests/load.impure.lisp +++ b/tests/load.impure.lisp @@ -6,7 +6,7 @@ ;;;; While most of SBCL is derived from the CMU CL system, the test ;;;; files (like this one) were written from scratch after the fork ;;;; from CMU CL. -;;;; +;;;; ;;;; This software is in the public domain and is provided with ;;;; absolutely no warranty. See the COPYING and CREDITS files for ;;;; more information. @@ -68,4 +68,3 @@ (assert (equal (merge-pathnames *tmp-filename*) *saved-load-pathname*))) (delete-file *tmp-filename*)))) -(quit :unix-status 104)