summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.el b/test.el
index c21e5f0..f9a76f1 100644
--- a/test.el
+++ b/test.el
@@ -54,7 +54,7 @@ Four arguments: the paredit command, the text of the buffer
(call-interactively command)
(insert ?\|)
(not (string= expected (buffer-string))))
- (t (error "Bad test expectation:" expected)))
+ (t (error "Bad test expectation: %S" expected)))
(paredit-test-failed command before (buffer-string) expected)))
(setq before expected)))))