mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Fix test/integration/extent.
Should only run the hook tests without background threads. This was introduced
in 6e841f6.
This commit is contained in:
parent
6e841f618a
commit
b5ab3f91ea
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ test_manual_hook_body(void) {
|
|||
assert_ptr_ne(old_hooks->merge, extent_merge_hook,
|
||||
"Unexpected extent_hooks error");
|
||||
|
||||
if (check_background_thread_enabled()) {
|
||||
if (!check_background_thread_enabled()) {
|
||||
test_extent_body(arena_ind);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue