Fixed an expected contract message.
svn: r17749 original commit: 934c775c2546157a2eae5e50d89466344fd7e19e
This commit is contained in:
parent
6e6139e8ae
commit
e600445407
|
@ -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