Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
Removed call to #'CURRY
Browse files Browse the repository at this point in the history
  • Loading branch information
adlai committed Sep 1, 2009
1 parent 2bb4e17 commit efc4728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.lisp
Expand Up @@ -218,7 +218,7 @@
(for-all ((s (gen-string :elements (constantly (code-char 0))
:length (constantly 2))))
(is (= 2 (length s)))
(is (every (curry #'char= #\Null) s))))
(is (every (fn (char= _ #\Null)) s))))

(defun dummy-mv-generator ()
(lambda ()
Expand Down

0 comments on commit efc4728

Please sign in to comment.