added missing argument to parameter set

This commit is contained in:
John Clements 2011-06-29 14:35:47 -07:00
parent d81a95ef26
commit e367f1d0f2

View File

@ -1499,7 +1499,8 @@
"bad syntax for a module path"))
(stepper-syntax-property
#'(require id)
'stepper-black-box-expr))]
'stepper-black-box-expr
stx))]
[(_ (lib . rest))
(let ([s (syntax->list #'rest)])
(unless ((length s) . >= . 2)