added newline at end

This commit is contained in:
Matthias Felleisen 2011-08-05 12:54:01 -04:00
parent 5be429dc99
commit 631bfeb301

View File

@ -17,4 +17,4 @@
(define hdl (regexp-match "check-with: (.*) returned" msg)) (define hdl (regexp-match "check-with: (.*) returned" msg))
(unless (and hdl (cons? (regexp-match "on-tick" (second hdl)))) (unless (and hdl (cons? (regexp-match "on-tick" (second hdl))))
(error 'test "expected: \"on-tick\", actual: ~e" (second hdl)))))) (error 'test "expected: \"on-tick\", actual: ~e" (second hdl))))))
(main)) (main))