Skip to content

Commit 3edd2f7

Browse files
authored
Merge pull request #14 from JuliaMath/cv/bit-integers
Use only bits types for CONTAINER_TYPES
2 parents 69e85aa + 3466e86 commit 3edd2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const FD4 = FixedDecimal{Int, 4}
1515
const WFD2 = FixedDecimal{Int128, 2}
1616
const WFD4 = FixedDecimal{Int128, 4}
1717

18-
const CONTAINER_TYPES = [subtypes(Signed); subtypes(Unsigned)]
18+
const CONTAINER_TYPES = Base.BitInteger_types # Integer concrete subtypes which are bits
1919

2020
# these arrays should be kept sorted manually
2121
const keyvalues = Dict(

0 commit comments

Comments
 (0)