use racunit better to get expected/actual info
original commit: a728bae3cb83770c8e293e90acebe4ff1d7491da
This commit is contained in:
parent
e30cd94960
commit
0c4ea82ca1
|
@ -47,8 +47,9 @@
|
|||
(syntax-case stx ()
|
||||
[(_ nm a b)
|
||||
(syntax/loc stx (test-check nm type-equal? a b))]))
|
||||
(define-binary-check (check-tc-result-equal?* tc-result-equal/test? a b))
|
||||
(define-syntax (check-tc-result-equal? stx)
|
||||
(syntax-case stx ()
|
||||
[(_ nm a b)
|
||||
(syntax/loc stx (test-check nm tc-result-equal/test? a b))]))
|
||||
(syntax/loc stx (test-case nm (check-tc-result-equal?* a b)))]))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user