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/getcwd_test.cpp b/tests/getcwd_test.cpp index 97b1d4f..4fec40b 100644 --- a/tests/getcwd_test.cpp +++ b/tests/getcwd_test.cpp
@@ -20,6 +20,8 @@ #include <limits.h> #include <unistd.h> +#include <android-base/test_utils.h> + #include "utils.h" TEST(getcwd, auto_full) {