Skip to content

Commit

Permalink
add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
syohex committed Jan 13, 2012
1 parent 8b16c76 commit 30664b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-more.el
Expand Up @@ -131,7 +131,7 @@
(let ((i (gensym)))
`(dotimes (,i (or ,how-many 1))
(incf test-more:counter)
(test-more:format "ok %d # skip: %s" test-more:counter ,why))))
(test-more:format "ok %d # skip: %s\n" test-more:counter ,why))))

(defvar test-more:todo-desc nil
"Description of TODO(likes Test::More $TODO)")
Expand Down

0 comments on commit 30664b0

Please sign in to comment.