Skip to content

Commit

Permalink
Added remaining test for the new version of OffsetArrays
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexatos committed Sep 17, 2021
1 parent c6c4107 commit faa02ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ end

@testset "type stability" begin
@test @inferred(similar(a)) isa CircularVector
#@test @inferred(similar(typeof(a), axes(a))) isa CircularVector
@test @inferred(similar(typeof(a), axes(a))) isa CircularVector

b = CircularVector([1, 2, 3, 4, 5])
@test @inferred(similar(b, 3:5)) isa CircularVector
Expand Down

0 comments on commit faa02ce

Please sign in to comment.