fix test stress
This commit is contained in:
@@ -331,13 +331,11 @@ int main(int argc, char** argv) {
|
||||
#ifndef NDEBUG
|
||||
mi_debug_show_arenas();
|
||||
mi_collect(true);
|
||||
/*
|
||||
const char* json = mi_stats_get_json(0, NULL);
|
||||
if (json != NULL) {
|
||||
puts(json);
|
||||
mi_free(json);
|
||||
}
|
||||
*/
|
||||
#endif
|
||||
mi_stats_print(NULL);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user