Skip to content

Commit

Permalink
Fixup path
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Jun 4, 2024
1 parent f864503 commit 9518d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/strings/search.jl
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ end
end

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

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

0 comments on commit 9518d66

Please sign in to comment.