Skip to content

Commit

Permalink
Fix path interpolation in test
Browse files Browse the repository at this point in the history
  • Loading branch information
fatteneder committed Jan 25, 2024
1 parent d670e57 commit 65690d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/loading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1511,6 +1511,6 @@ end
end

file = joinpath(depot, "dev", "non-existent.jl")
@test_throws SystemError("opening file \"$file\"") include(file)
@test_throws SystemError("opening file $(repr(file))") include(file)
end
end

0 comments on commit 65690d9

Please sign in to comment.