Loading...
tests/xzone.c libmalloc-792.1.1 /dev/null
--- libmalloc/libmalloc-792.1.1/tests/xzone.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <darwintest.h>
-#include <darwintest_utils.h>
-
-#include <malloc_private.h>
-
-#include "../src/platform.h"
-
-T_DECL(xzone_debug_dylib, "Ensure xzone malloc tests run with debug dylib",
-		T_META_TAG_VM_NOT_ELIGIBLE,
-		T_META_TAG_XZONE_ONLY)
-{
-	T_ASSERT_TRUE(malloc_variant_is_debug_4test(),
-			"Test is running with the debug dylib");
-}