Skip to content

Commit bbacba9

Browse files
committed
exclude abs from clojure.core
1 parent 045615d commit bbacba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/clojure/clojure/test/check/generators.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
; You must not remove this notice, or any other, from this software.
99

1010
(ns clojure.test.check.generators
11-
(:refer-clojure :exclude [int vector list hash-map map keyword
11+
(:refer-clojure :exclude [abs int vector list hash-map map keyword
1212
char boolean byte bytes sequence
1313
shuffle not-empty symbol namespace
1414
set sorted-set uuid double let])

0 commit comments

Comments
 (0)