Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
Update to fix the error with Windows systems.
  • Loading branch information
dmolina authored Jul 13, 2024
1 parent 1adc42b commit e3d3496
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 @@ -181,6 +181,6 @@ end
@testset "testCodeloc" begin
output = test_evalfile("fileandline.jl", port=3011)
l = split(output)
@test endswith(l[1], "/test/fileandline.jl")
@test endswith(l[1], joinpath("test", "fileandline.jl"))
@test l[2] == "7"
end

0 comments on commit e3d3496

Please sign in to comment.