diff options
Diffstat (limited to 'src/testiere.lisp')
-rw-r--r-- | src/testiere.lisp | 1 |
1 files changed, 1 insertions, 0 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) |