summaryrefslogtreecommitdiff
path: root/libunwindstack/tests/MapInfoCreateMemoryTest.cpp
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2018-11-12 12:45:59 -0800
committerMark Salyzyn <salyzyn@google.com>2018-11-14 09:35:34 -0800
commit9f1cf25332e33247b1b036ce07b32d09e076c346 (patch)
treea20e2aaa8b6fa38a292bb7dd90dfadecf68b2ebd /libunwindstack/tests/MapInfoCreateMemoryTest.cpp
parente77298ce9fd0fbb6e94108f4c49c11f5efa856e1 (diff)
switch to using android-base/file.h instead of android-base/test_utils.h
Test: compile Bug: 119313545 Change-Id: I4f7ad84743e974b4b4d1d7256088f6c8b749a237
Diffstat (limited to 'libunwindstack/tests/MapInfoCreateMemoryTest.cpp')
-rw-r--r--libunwindstack/tests/MapInfoCreateMemoryTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libunwindstack/tests/MapInfoCreateMemoryTest.cpp b/libunwindstack/tests/MapInfoCreateMemoryTest.cpp
index 2a73c7efb..0987bc126 100644
--- a/libunwindstack/tests/MapInfoCreateMemoryTest.cpp
+++ b/libunwindstack/tests/MapInfoCreateMemoryTest.cpp
@@ -27,7 +27,6 @@
#include <vector>
#include <android-base/file.h>
-#include <android-base/test_utils.h>
#include <gtest/gtest.h>
#include <unwindstack/Elf.h>