X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fdebug.impure.lisp;h=f7dfab91ce7a341db0ce1779f4230ac38f5915ed;hb=3a10f894e7867fa2c27a3af05380abc3247f728d;hp=defd34696e24b7d40e3bd953ce6eaa0ebde76c2d;hpb=66187cb2c39eb11c33451c64d90a644961fd0b46;p=sbcl.git diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index defd346..f7dfab9 100644 --- a/tests/debug.impure.lisp +++ b/tests/debug.impure.lisp @@ -1,5 +1,5 @@ ;;;; This file is for testing debugging functionality, using -;;;; test machinery which might have side-effects (e.g. +;;;; test machinery which might have side effects (e.g. ;;;; executing DEFUN). ;;;; This software is part of the SBCL system. See the README file for @@ -57,3 +57,6 @@ (assert (symbolp control-sym)) (assert (eql &rest-sym '&rest)) (assert (symbolp format-args-sym))) + +;;; success +(quit :unix-status 104)