Skip to content

Commit

Permalink
debug windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Sep 6, 2020
1 parent 7ae987b commit 451ccda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib/InteractiveUtils/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ end
end
@test e isa MethodError
s = sprint(showerror, e)
@show s
m = match(r"at (.*?):", s)
@test isfile(expanduser(m.captures[1]))

Expand Down

0 comments on commit 451ccda

Please sign in to comment.