fixed one HtDP test
svn: r1202
This commit is contained in:
parent
0befe6c786
commit
f5addba2df
|
@ -201,6 +201,6 @@
|
|||
(htdp-syntax-test #'(my-y 17) #rx"not defined, not an argument, and not a primitive name")
|
||||
(htdp-syntax-test #'(cond [true my-y 17]) #rx"not defined, not an argument, and not a primitive name")
|
||||
(htdp-syntax-test #'(define my-f 12) #rx"cannot be re-defined")
|
||||
(htdp-syntax-test #'(define my-x 12) #rx"cannot be re-defined")
|
||||
(htdp-syntax-test #'(define (my-x h) 12) #rx"cannot be re-defined")
|
||||
(htdp-top-pop 1)
|
||||
(htdp-top-pop 1)
|
||||
|
|
Loading…
Reference in New Issue
Block a user