Skip to content

Commit eb3b131

Browse files
committed
Fix path interpolation in test
1 parent 0b7d1cc commit eb3b131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/loading.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1511,6 +1511,6 @@ end
15111511
end
15121512

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

0 commit comments

Comments
 (0)