aboutsummaryrefslogtreecommitdiff
path: root/libc/malloc_debug/tests/malloc_debug_system_tests.cpp
diff options
context:
space:
mode:
authorFlorian Mayer <fmayer@google.com>2022-04-15 15:54:47 -0700
committerFlorian Mayer <fmayer@google.com>2022-04-15 16:14:56 -0700
commit750dcd326e79f5db71851b1b001c45e02eb290ea (patch)
treed872e9666860777fba2a1893b9fcf8b14710bf3a /libc/malloc_debug/tests/malloc_debug_system_tests.cpp
parentdb0648ae1d0f9ff5e019e9f2fd1b3964349c6b3b (diff)
Use SKIP_WITH_HWASAN macro from libbase.
Change-Id: I83681d2191bf4184e52d84d1107d61065927bb24
Diffstat (limited to 'libc/malloc_debug/tests/malloc_debug_system_tests.cpp')
-rw-r--r--libc/malloc_debug/tests/malloc_debug_system_tests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/malloc_debug/tests/malloc_debug_system_tests.cpp b/libc/malloc_debug/tests/malloc_debug_system_tests.cpp
index 584370206..92679e48b 100644
--- a/libc/malloc_debug/tests/malloc_debug_system_tests.cpp
+++ b/libc/malloc_debug/tests/malloc_debug_system_tests.cpp
@@ -41,6 +41,7 @@
#include <android-base/file.h>
#include <android-base/stringprintf.h>
+#include <android-base/test_utils.h>
#include <gtest/gtest.h>
#include <log/log_read.h>