Skip to content

Commit

Permalink
no defonce
Browse files Browse the repository at this point in the history
  • Loading branch information
carocad committed Aug 16, 2020
1 parent 141b198 commit 7d963f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/parcera/test_cases.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,8 @@
(valid? input)
(roundtrip input))))

(defonce clojure (slurp* "https://raw.githubusercontent.com/clojure/clojure/master/src/clj/clojure/core.clj"))
(defonce clojure$script (slurp* "https://raw.githubusercontent.com/clojure/clojurescript/master/src/main/clojure/cljs/core.cljc"))
(def clojure (slurp* "https://raw.githubusercontent.com/clojure/clojure/master/src/clj/clojure/core.clj"))
(def clojure$script (slurp* "https://raw.githubusercontent.com/clojure/clojurescript/master/src/main/clojure/cljs/core.cljc"))

(deftest clojure$cript-bootstrap

Expand Down

0 comments on commit 7d963f0

Please sign in to comment.