aboutsummaryrefslogtreecommitdiff
path: root/testiere.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'testiere.lisp')
-rw-r--r--testiere.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testiere.lisp b/testiere.lisp
index ea22b80..3963351 100644
--- a/testiere.lisp
+++ b/testiere.lisp
@@ -39,7 +39,7 @@
,@redef-forms
,@(mapcar (lambda (s) (build-test name s)) more-specs))
,@clean-up))))
- ((list* :with-bindings bindings more-specs)
+ ((list* :let bindings more-specs)
`(let ,bindings
,@(mapcar (lambda (s) (build-test name s)) more-specs)))
((list :afterp inputs thunk-test)