Skip to content

Commit 5ad018a

Browse files
anmonteirodnolen
authored andcommitted
CLJS-1781: Add cljs.hash-map-test to self-parity tests
1 parent 00e46fe commit 5ad018a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/test/self/self_parity/test.cljs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@
259259
[cljs.ns-test.foo]
260260
#_[cljs.pprint]
261261
[cljs.spec-test]
262-
[cljs.clojure-alias-test]))
262+
[cljs.clojure-alias-test]
263+
[cljs.hash-map-test]))
263264
(fn [{:keys [value error]}]
264265
(if error
265266
(prn error)
@@ -281,7 +282,8 @@
281282
'cljs.import-test
282283
#_'cljs.pprint
283284
'cljs.spec-test
284-
'cljs.clojure-alias-test)
285+
'cljs.clojure-alias-test
286+
'cljs.hash-map-test)
285287
(fn [{:keys [value error]}]
286288
(when error
287289
(prn error)))))))))

0 commit comments

Comments
 (0)