Skip to content

Commit 9185aba

Browse files
committed
Adjust test to error message change in #53778
I considered changing the error message back, but I actually think non-escaped filenames make more sense here, so I just adjusted the test. We can do either though.
1 parent 09400e4 commit 9185aba

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
@@ -1542,7 +1542,7 @@ end
15421542
end
15431543

15441544
file = joinpath(depot, "dev", "non-existent.jl")
1545-
@test_throws SystemError("opening file $(repr(file))") include(file)
1545+
@test_throws SystemError("opening file \"$file\"") include(file)
15461546
end
15471547
end
15481548

0 commit comments

Comments
 (0)