Skip to content

Commit

Permalink
Increase MEMDEBUG allocation threshold for #14173 test
Browse files Browse the repository at this point in the history
(cherry picked from commit 8e96740)
ref #18171
  • Loading branch information
maleadt authored and tkelman committed Aug 22, 2016
1 parent 69a605b commit fafdc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/misc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ module Tmp14173
end
whos(IOBuffer(), Tmp14173) # warm up
const MEMDEBUG = ccall(:jl_is_memdebug, Bool, ())
@test @allocated(whos(IOBuffer(), Tmp14173)) < (MEMDEBUG ? 20000 : 8000)
@test @allocated(whos(IOBuffer(), Tmp14173)) < (MEMDEBUG ? 30000 : 8000)

## test conversion from UTF-8 to UTF-16 (for Windows APIs)

Expand Down

0 comments on commit fafdc7b

Please sign in to comment.