0.8.12.17: Fix TRACE :BREAK T in the presence of package
[sbcl.git] / tests / package-locks.impure.lisp
index de47170..9a1b121 100644 (file)
                        ,form)))
              package-lock-violation))))
 
+;;;; See that trace on functions in locked packages doesn't break
+;;;; anything.
+(assert (trace test:function :break t))
+
 ;;; WOOT! Done.
 (sb-ext:quit :unix-status 104)