Skip to content

Commit eaba75c

Browse files
mfikesswannodette
authored andcommitted
CLJS-1731: Self-host: do_template problem with script/test-self-parity
1 parent 429ca6b commit eaba75c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/self/self_parity/test.cljs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,16 +164,16 @@
164164
'cljs.pprint
165165
'cljs.env.macros
166166
'cljs.analyzer.macros
167-
'cljs.compiler.macros
168-
'clojure.template}
167+
'cljs.compiler.macros}
169168
#{'goog.object
170169
'goog.string
171170
'goog.string.StringBuffer
172171
'goog.array
173172
'cljs.core
174173
'cljs.env
175174
'cljs.pprint
176-
'cljs.tools.reader}) name))
175+
'cljs.tools.reader
176+
'clojure.walk}) name))
177177

178178
;; An atom to keep track of things we've already loaded
179179
(def loaded (atom #{}))

0 commit comments

Comments
 (0)