Skip to content

Commit

Permalink
Fix #52216 (#52266)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Nov 22, 2023
1 parent a0a2bda commit 1b40e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/InteractiveUtils/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ module Tmp14173
end
varinfo(Tmp14173) # warm up
const MEMDEBUG = ccall(:jl_is_memdebug, Bool, ())
@test @allocated(varinfo(Tmp14173)) < (MEMDEBUG ? 300000 : 100000)
@test @allocated(varinfo(Tmp14173)) < (MEMDEBUG ? 300000 : 125000)

# PR #24997: test that `varinfo` doesn't fail when encountering `missing`
module A
Expand Down

0 comments on commit 1b40e91

Please sign in to comment.