X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcheck.lisp;fp=src%2Fcheck.lisp;h=12f2256a33527873b04a51acf0042dd0caf7f361;hb=45089eaf6af05d0ef6ea046364dd4f41d070bed0;hp=12c9bf04a81774d1855b93de29567ab670dfa2c9;hpb=869a1f5516006aba36b927d447206f686206fbc1;p=fiveam.git diff --git a/src/check.lisp b/src/check.lisp index 12c9bf0..12f2256 100644 --- a/src/check.lisp +++ b/src/check.lisp @@ -135,9 +135,7 @@ REASON-ARGS is provided, is generated based on the form of TEST: (assert (not (and (consp expected) (eq (car expected) 'values))) () "Both the expected and actual part is a values expression.") - (let ((tmp expected)) - (setf expected actual - actual tmp))) + (rotatef expected actual)) (let ((setf-forms)) (if (and (consp expected) (eq (car expected) 'values))