commit | 750dcd326e79f5db71851b1b001c45e02eb290ea | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Fri Apr 15 15:54:47 2022 -0700 |
committer | Florian Mayer <fmayer@google.com> | Fri Apr 15 16:14:56 2022 -0700 |
tree | d872e9666860777fba2a1893b9fcf8b14710bf3a | |
parent | db0648ae1d0f9ff5e019e9f2fd1b3964349c6b3b [diff] [blame] |
Use SKIP_WITH_HWASAN macro from libbase. Change-Id: I83681d2191bf4184e52d84d1107d61065927bb24
diff --git a/tests/stdlib_test.cpp b/tests/stdlib_test.cpp index 6dbd741..465e61a 100644 --- a/tests/stdlib_test.cpp +++ b/tests/stdlib_test.cpp
@@ -33,6 +33,7 @@ #include <android-base/file.h> #include <android-base/macros.h> #include <android-base/silent_death_test.h> +#include <android-base/test_utils.h> #include <gtest/gtest.h> #include "math_data_test.h"