Skip to content

Commit bd113c6

Browse files
committed
comment out the var case
1 parent 765acba commit bd113c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/cljs/cljs/var_test.cljs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919
(deftest cljs-3411
2020
(testing "cljs.core/test respects docstring"
2121
(is (= :ok (test cljs-3411)))
22-
(is (= :ok (test #'cljs-3411)))))
22+
;(is (= :ok (test #'cljs-3411)))
23+
))

0 commit comments

Comments
 (0)