mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 04:03:11 +00:00
Fix test/integration/extent.
Should only run the hook tests without background threads. This was introduced
in 6e841f6.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user