mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-13 16:36:21 +03:00
RB unit tests: don't test reentrantly.
The RB code doesn't do any allocation, and takes a little bit of time to run. There's no sense in doing everything three times.
This commit is contained in:
parent
aea91b8c33
commit
b2c08ef2e6
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ TEST_END
|
|||
|
||||
int
|
||||
main(void) {
|
||||
return test(
|
||||
return test_no_reentrancy(
|
||||
test_rb_empty,
|
||||
test_rb_random);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue