note that an error is about to occur. closes pr11576
This commit is contained in:
parent
5bdc8a58b4
commit
4130c44cf6
|
@ -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)
|
||||
]}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user