added newline at end
This commit is contained in:
parent
5be429dc99
commit
631bfeb301
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user