aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testiere.lisp1
-rw-r--r--testiere.asd2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/testiere.lisp b/src/testiere.lisp
index 9c9e4bb..6ccf5ae 100644
--- a/src/testiere.lisp
+++ b/src/testiere.lisp
@@ -70,6 +70,7 @@ restarts to try when tests fail."
(condition () nil))
()
"~s should have signalled ~s but did not."
+ ',signalling-form
',condition))
((list* :funcall function args)
diff --git a/testiere.asd b/testiere.asd
index 374f2e7..9e11b33 100644
--- a/testiere.asd
+++ b/testiere.asd
@@ -4,7 +4,7 @@
:description "TDD system for Common Lisp"
:author "Colin OKeefe <colin@cicadas.surf>"
:license "GPLv3"
- :version "1.0.1"
+ :version "1.0.2"
:depends-on (:trivia)
:pathname "src/"
:serial t