Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bd113c6

Browse files
committedFeb 27, 2024
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

+2-1
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)
Please sign in to comment.