Navigation Menu

Skip to content

Commit

Permalink
CLJS-3048: Revert CLJS-3038
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude authored and swannodette committed Feb 13, 2019
1 parent ee1d297 commit c87d61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/cljs/cljs/spec/test/alpha.cljc
Expand Up @@ -305,8 +305,8 @@ spec itself will have an ::s/failure value in ex-data:
(fn [sym] (fn [sym]
(do `(check-1 '~sym nil nil ~opts-sym)))))]) (do `(check-1 '~sym nil nil ~opts-sym)))))])
(throw (throw
(js/Error. (str "Require clojure.test.check " (js/Error. (str "Require clojure.test.check and "
"before calling check."))))))) "clojure.test.check.properties before calling check.")))))))


(defmacro ^:private maybe-setup-static-dispatch [f ret conform! arity] (defmacro ^:private maybe-setup-static-dispatch [f ret conform! arity]
(let [arity-accessor (symbol (str ".-cljs$core$IFn$_invoke$arity$" arity)) (let [arity-accessor (symbol (str ".-cljs$core$IFn$_invoke$arity$" arity))
Expand Down

0 comments on commit c87d61e

Please sign in to comment.