redesign exiting SBCL
[sbcl.git] / tests / debug.impure.lisp
index 208cbe8..52c106c 100644 (file)
@@ -17,7 +17,7 @@
 
 ;;; The debugger doesn't have any native knowledge of the interpreter
 (when (eq sb-ext:*evaluator-mode* :interpret)
-  (sb-ext:quit :unix-status 104))
+  (sb-ext:exit :code 104))
 
 \f
 ;;;; Check that we get debug arglists right.