summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.el b/test.el
index f9a76f1..4d83010 100644
--- a/test.el
+++ b/test.el
@@ -33,6 +33,7 @@ Four arguments: the paredit command, the text of the buffer
(funcall paredit-test-failure-function command before after expected))
(defun paredit-test (command examples)
+ (message "Testing %S..." command)
(dolist (example examples)
(let ((before (car example)))
(dolist (expected (cdr example))