elicit --> does not hold

svn: r11356
This commit is contained in:
Matthias Felleisen 2008-08-20 15:48:16 +00:00
parent de4352d8fc
commit 52c1a313c8

View File

@ -1623,8 +1623,8 @@
(unless (pred arg)
(inc-failures)
(print-failed srcinfo)
(fprintf (current-error-port) " ~v\ndid not elicit ~v from ~v\n"
arg #t pred)))
(fprintf (current-error-port) " ~v does not hold for\n ~v\n"
pred arg)))
(define-syntax (test-equal stx)
(syntax-case stx ()