diff --git a/common/dlmalloc.c b/common/dlmalloc.c index adc680e9593..fc1e8b391c3 100644 --- a/common/dlmalloc.c +++ b/common/dlmalloc.c @@ -1,6 +1,6 @@ #include -#ifdef CONFIG_SANDBOX +#if defined(CONFIG_UNIT_TEST) #define DEBUG #endif