summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorGuillaume LE VAILLANT <glv@posteo.net>2017-11-17 10:01:57 +0100
committerGuillaume LE VAILLANT <glv@posteo.net>2017-11-17 10:01:57 +0100
commit6f1264f29acf79ed70516948581df6a9a2e156e3 (patch)
treeca900b3bfe6aad36503d39208175785fcee60303 /testing
parent6ad98f3c6c67ceef3cfb066fd875b3ffeb1b16f8 (diff)
Simplify ASDF system definitions a little
Diffstat (limited to 'testing')
-rw-r--r--testing/testfuns.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/testfuns.lisp b/testing/testfuns.lisp
index 41fe95e..9babd4f 100644
--- a/testing/testfuns.lisp
+++ b/testing/testfuns.lisp
@@ -291,6 +291,7 @@
(result1 (progn
(crypto:update-mac mac data)
(crypto:produce-mac mac))))
+ (declare (ignorable result1))
(reinitialize-instance mac :key key)
(let ((result2 (progn
(crypto:update-mac mac data)