diff options
author | daan <daanl@outlook.com> | 2021-11-11 17:45:41 -0800 |
---|---|---|
committer | daan <daanl@outlook.com> | 2021-11-11 17:45:41 -0800 |
commit | b1aff903f5622a549572bc833473ee2295b17844 (patch) | |
tree | 6446e91037daaa10e77cabbfdedec243f4cfff73 /test | |
parent | 998c2de6336563872f2bcc8f3d4e32ac7ea7ff75 (diff) |
fix decommit bug
Diffstat (limited to 'test')
-rw-r--r-- | test/main-override.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main-override.cpp b/test/main-override.cpp index 37734d3..8834f2c 100644 --- a/test/main-override.cpp +++ b/test/main-override.cpp @@ -52,7 +52,7 @@ int main() { //test_mt_shutdown(); //fail_aslr(); - //bench_alloc_large(); + bench_alloc_large(); mi_stats_print(NULL); return 0; } |