rackunit: all checks return void

closes PR 12001

original commit: f7a6c4a3b674dcf76aada4f07fea6ef249d83fd9
This commit is contained in:
Ryan Culpepper 2011-10-06 15:08:53 -06:00
parent d24af2ea3f
commit 0f5266d34a

View File

@ -119,7 +119,9 @@
(if message
(list (make-check-message message))
null))
(lambda () (begin expr ...)))))))]
(lambda () (begin expr ...)))))
;; All checks should return (void).
(void)))]
[check-secret-name (datum->syntax stx (gensym (syntax->datum (syntax name))))])
(syntax/loc stx
(begin