fix expound
This commit is contained in:
parent
c54de11036
commit
cb11936026
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
(apply @quick-check-ref args))
|
(apply @quick-check-ref args))
|
||||||
|
|
||||||
(def ^:private for-all*-ref
|
(def ^:private for-all*-ref
|
||||||
(c/delay (clojure.test.check.properties/for-all*)))
|
(c/delay clojure.test.check.properties/for-all*))
|
||||||
(defn for-all*
|
(defn for-all*
|
||||||
"Dynamically loaded clojure.test.check.properties/for-all*."
|
"Dynamically loaded clojure.test.check.properties/for-all*."
|
||||||
[& args]
|
[& args]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue