added dont-care defn to suppress output

svn: r15994
This commit is contained in:
John Clements 2009-09-13 19:10:13 +00:00
parent 7bb15bbbeb
commit 03134e9107

View File

@ -24,7 +24,7 @@
(send test-dc try-color (make-object color% 193 251 181) redex-highlight-color)
(define error-delta (make-object style-delta% 'change-style 'italic))
(send error-delta set-delta-foreground "RED")
(define dont-care (send error-delta set-delta-foreground "RED"))
(define snip-delta (make-object style-delta% 'change-alignment 'top))