rackunit: change exn:test to extent exn:fail

closes PR 12393
This commit is contained in:
Ryan Culpepper 2011-12-01 12:10:41 -07:00
parent a1c7c2b6f9
commit 2e4d4e21ca
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
;; struct exn:test exn : ()
;;
;; The exception throw by test failures
(define-struct (exn:test exn) ())
(define-struct (exn:test exn:fail) ())
;; struct (exn:test:check struct:exn:test) : (list-of check-info)
;;
;; The exception thrown to indicate a check has failed

View File

@ -81,7 +81,7 @@ custom UIs can be created.
@subsection{Result Types}
@defstruct[(exn:test exn) ()]{
@defstruct[(exn:test exn:fail) ()]{
The base structure for RackUnit exceptions. You should
never catch instances of this type, only the subtypes