Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored and mkitti committed Dec 9, 2023
1 parent bd58df2 commit b53f2bb
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 b53f2bb

Please sign in to comment.