darling-objc4/test/rr-autorelease-stacklogging.m
2020-06-09 21:50:17 -04:00

14 lines
331 B
Objective-C

// Test OBJC_DEBUG_POOL_ALLOCATION (which is also enabled by MallocStackLogging)
// TEST_ENV OBJC_DEBUG_POOL_ALLOCATION=YES
// TEST_CFLAGS -framework Foundation
// TEST_CONFIG MEM=mrc
#include "test.h"
#define FOUNDATION 0
#define NAME "rr-autorelease-stacklogging"
#define DEBUG_POOL_ALLOCATION 1
#include "rr-autorelease2.m"