Loading...
--- libmalloc/libmalloc-474.0.13/tests/introspect_tests.c
+++ libmalloc/libmalloc-283/tests/introspect_tests.c
@@ -15,8 +15,6 @@
#include <malloc/malloc.h>
#include <../private/malloc_private.h>
#include <../src/internal.h>
-
-T_GLOBAL_META(T_META_RUN_CONCURRENTLY(true));
extern malloc_zone_t **malloc_zones;
@@ -82,8 +80,7 @@
T_DECL(szone_statistics_test, "Test that we can introspect szone zone statistics",
- T_META_ENVVAR("MallocNanoZone=0"), T_META_CHECK_LEAKS(false),
- T_META_TAG_XZONE)
+ T_META_ENVVAR("MallocNanoZone=0"), T_META_CHECK_LEAKS(false))
{
(void)malloc(16);
T_ASSERT_EQ(malloc_engaged_nano(), 0, "Nanozone not engaged");