Skip to content

Commit

Permalink
Update interface.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 12, 2023
1 parent 3636457 commit afb0cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ end
end

@testset "similar_array_type" begin
MA.similar_array_type(BitArray{2}, Int) == Array{2,Int}
MA.similar_array_type(BitArray{2}, Bool) == BitArray{2}
@test MA.similar_array_type(BitArray{2}, Int) == Array{2,Int}
@test MA.similar_array_type(BitArray{2}, Bool) == BitArray{2}
end

0 comments on commit afb0cf2

Please sign in to comment.