Loading...
--- libmalloc/libmalloc-792.41.1/tests/malloc_msl.c
+++ libmalloc/libmalloc-521.120.7/tests/malloc_msl.c
@@ -9,11 +9,7 @@
 #include <darwintest.h>
 #include <malloc/malloc.h>
 
-#if TARGET_OS_WATCH
-#define N_ZONE_CREATION_THREADS 4
-#else // TARGET_OS_WATCH
 #define N_ZONE_CREATION_THREADS 8
-#endif // TARGET_OS_WATCH
 
 static void *
 msl_thread(void *arg)
@@ -39,9 +35,7 @@
 	return NULL;
 }
 
-T_DECL(malloc_enable_msl_lite,
-		"enable the malloc stack logging lite zone while constantly registering zones",
-		T_META_TAG_VM_NOT_PREFERRED, T_META_TAG_ALL_ALLOCATORS)
+T_DECL(malloc_enable_msl_lite, "enable the malloc stack logging lite zone while constantly registering zones")
 {
 	pthread_t zone_threads[N_ZONE_CREATION_THREADS];
 	for (int i = 0; i < N_ZONE_CREATION_THREADS; i++) {