Skip to content

Commit

Permalink
remove specific reductions for Int32 and Int64
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Apr 29, 2021
1 parent f2ff97d commit a8df668
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1786,11 +1786,10 @@ end
@testset "mapreduce for OffsetRange" begin
rangelist = Any[
# AbstractUnitRanges
Int32(5):Int32(100), Int64(5):Int64(100), UnitRange(5.0, 20.0), false:true,
IdOffsetRange(Int32(4):Int32(5)),
IdOffsetRange(Int64(4):Int64(5)),
5:100, UnitRange(5.0, 20.0), false:true,
IdOffsetRange(4:5),
IdentityUnitRange(4:5),
IdOffsetRange(1:100, 4),
IdOffsetRange(1:10, 4),
# AbstractRanges
2:4:14, 1.5:1.0:10.5,
]
Expand Down

0 comments on commit a8df668

Please sign in to comment.