Fixed an expected contract message.
svn: r17749
This commit is contained in:
parent
ad9968493e
commit
934c775c25
|
@ -14,7 +14,7 @@
|
|||
(define-for-syntax (make-define/contract-transformer contract-id id)
|
||||
(make-set!-transformer
|
||||
(λ (stx)
|
||||
(with-syntax ([neg-blame-str (source-location->string stx)]
|
||||
(with-syntax ([neg-blame-str (source-location->string stx "<<unknown>>")]
|
||||
[contract-id contract-id]
|
||||
[id id])
|
||||
(syntax-case stx (set!)
|
||||
|
|
Loading…
Reference in New Issue
Block a user