note that an error is about to occur. closes pr11576

This commit is contained in:
Jon Rafkind 2011-01-18 11:24:25 -07:00
parent 5bdc8a58b4
commit 4130c44cf6

View File

@ -256,6 +256,7 @@ and the only constraint on the form is that it starts with some
(posn-x (make-posn 1 2))
(define-xy-struct posn #:mutable)
(set-posn-x! (make-posn 1 2) 0)
(code:comment "this next line will cause an error due to a bad keyword")
(define-xy-struct posn #:bad-option)
]}