rackunit: change exn:test to extent exn:fail
closes PR 12393
This commit is contained in:
parent
a1c7c2b6f9
commit
2e4d4e21ca
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user