diff options
| author | Florian Mayer <fmayer@google.com> | 2022-04-15 15:54:47 -0700 |
|---|---|---|
| committer | Florian Mayer <fmayer@google.com> | 2022-04-15 16:14:56 -0700 |
| commit | 750dcd326e79f5db71851b1b001c45e02eb290ea (patch) | |
| tree | d872e9666860777fba2a1893b9fcf8b14710bf3a /libc/malloc_debug/tests/malloc_debug_system_tests.cpp | |
| parent | db0648ae1d0f9ff5e019e9f2fd1b3964349c6b3b (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.cpp | 1 |
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> |
