Skip to content

Commit

Permalink
Please work
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Jun 4, 2024
1 parent 9518d66 commit fbef9b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/strings/search.jl
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ end

@testset "DenseArray with offsets" begin
isdefined(Main, :OffsetDenseArrays) || @eval Main include("../testhelpers/OffsetDenseArrays.jl")
OffsetDenseArrays = Main.OffsetDenseArrays

A = OffsetDenseArrays.OffsetDenseArray(collect(0x61:0x69), 100)
@test findfirst(==(0x61), A) == 101
Expand Down

0 comments on commit fbef9b0

Please sign in to comment.