fix an error message

This commit is contained in:
Matthew Flatt 2012-05-11 12:55:07 -06:00
parent 8fc3d25be4
commit 67c57efa1d

View File

@ -73,7 +73,7 @@
(unless (syntax? v)
(raise-syntax-error
#f
"result from provide pre-transformer is not a list of exports"
"result from provide pre-transformer is not a syntax object"
stx))
v)
stx))]