reporting time
This commit is contained in:
parent
8cd2085f86
commit
fd497d06e0
|
@ -17,8 +17,8 @@
|
||||||
(unless (string=? output exp)
|
(unless (string=? output exp)
|
||||||
(printf " error!\n")
|
(printf " error!\n")
|
||||||
(raise-syntax-error #f (format "Expected ~s, got ~s" exp output)
|
(raise-syntax-error #f (format "Expected ~s, got ~s" exp output)
|
||||||
#'stx))))
|
#'stx)))
|
||||||
(printf " ok\n"))))]))
|
(printf " ok (~a milliseconds)\n" (evaluated-t result))))))]))
|
||||||
|
|
||||||
|
|
||||||
(test '(begin (define (f x)
|
(test '(begin (define (f x)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user