diff options
author | Mark Salyzyn <salyzyn@google.com> | 2018-11-13 07:35:21 -0800 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2018-11-13 10:57:28 -0800 |
commit | 68a3bcc249b04394b73991c5272aa0ae4bde7676 (patch) | |
tree | 1198b5a3d89086b82223d8ee7271d215643c03a3 /tests/sys_uio_test.cpp | |
parent | c2d3e67a77fe284e8f8f1ae4dd4a67a669bfd644 (diff) |
bionic tests: switch to using android-base/file.h for TemporaryFile
A matching definition of TemporaryFile exists in libbase now.
Test: compile
Bug: 119313545
Change-Id: I6f84dbf3af9a9c4b270a2532a36c9cb4c0f6bb8f
Diffstat (limited to 'tests/sys_uio_test.cpp')
-rw-r--r-- | tests/sys_uio_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys_uio_test.cpp b/tests/sys_uio_test.cpp index 60bd22470..846004148 100644 --- a/tests/sys_uio_test.cpp +++ b/tests/sys_uio_test.cpp @@ -18,7 +18,7 @@ #include <sys/uio.h> -#include "TemporaryFile.h" +#include <android-base/file.h> TEST(sys_uio, readv_writev) { TemporaryFile tf; |