mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 21:23:06 +00:00
@@ -1591,9 +1591,9 @@ TEST_END
|
||||
|
||||
int
|
||||
main(void) {
|
||||
return (test(
|
||||
return test(
|
||||
test_gen_rand_32,
|
||||
test_by_array_32,
|
||||
test_gen_rand_64,
|
||||
test_by_array_64));
|
||||
test_by_array_64);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user