Loading...
--- libmalloc/libmalloc-646.0.13/tests/stress_test.c
+++ libmalloc/libmalloc-792.1.1/tests/stress_test.c
@@ -359,7 +359,7 @@
{
time_t start_time = time_seconds();
#if DARWINTEST
- T_ASSERT_NE(start_time, -1, "Failed to get start time");
+ T_ASSERT_NE(start_time, (time_t)-1, "Failed to get start time");
#endif // DARWINTEST
#if !MALLOC_TARGET_EXCLAVES
@@ -712,7 +712,7 @@
setup_and_test();
}
-T_DECL(malloc_stress_msl_full, "Stress the heck out of malloc() - enable malloc stack logging, full mode", T_META_ENVVAR("MallocStackLogging=1"))
+T_DECL(malloc_stress_msl_full, "Stress the heck out of malloc() - enable malloc stack logging, full mode", T_META_ENVVAR("MallocStackLogging=full"))
{
setup_and_test();
}