aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-11-27 08:20:36 -0800
committercolin <colin@cicadas.surf>2023-11-27 08:20:36 -0800
commitb4f0f51f61ad551a37ba4e40eb447114d75c6cd9 (patch)
tree491b65f54e529ea21f3885101c6dfc2dbe83e914
parent4ade7d8df5662651c8eb421b9ba6ac96d9260e28 (diff)
formatting error
-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