improved syntax check for check-satisfied
This commit is contained in:
parent
e430753b6c
commit
8a0cdb83de
|
@ -188,7 +188,7 @@
|
|||
(define-syntax (check-satisfied stx)
|
||||
(syntax-case stx ()
|
||||
[(_ actual:exp expected-property:exp)
|
||||
(symbol? (syntax-e #'expected-property:exp))
|
||||
(identifier? #'expected-property:exp)
|
||||
(check-expect-maker stx
|
||||
#'check-values-property
|
||||
#'(lambda (x) (expected-property:exp x))
|
||||
|
|
Loading…
Reference in New Issue
Block a user