Skip to content

Commit

Permalink
Fix now contracted user dir paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Seelengrab committed Jun 7, 2022
1 parent b64a126 commit 605440a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/errorshow.jl
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ let err_str,
j = reinterpret(EightBitTypeT{Int32}, 0x54),
sp = Base.source_path()
sn = basename(sp)
Base.stacktrace_contract_userdir() && (sp = Base.contractuser(sp))

@test sprint(show, which(String, Tuple{})) ==
"String()\n @ $curmod_str $sp:$(method_defs_lineno + 0)"
Expand Down

0 comments on commit 605440a

Please sign in to comment.