summaryrefslogtreecommitdiff
path: root/simpleperf/dso_test.cpp
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2021-01-11 17:35:57 -0800
committerYabin Cui <yabinc@google.com>2021-01-11 17:50:30 -0800
commitfaa7b928abeb04bd46c7f66213a79caf450016de (patch)
treec3c5004e7b95017eee1daf6c9e7c4583736c1610 /simpleperf/dso_test.cpp
parentc1cc718bcc6965536d5c6be8bc9e65f6690ecacc (diff)
downloadextras-faa7b928abeb04bd46c7f66213a79caf450016de.tar.gz
simpleperf: move all source files into simpleperf namespace
Bug: none Test: run simpleperf_unit_test Change-Id: I348028ee5bea90ce908bc240fc5efc22c4cd540f
Diffstat (limited to 'simpleperf/dso_test.cpp')
-rw-r--r--simpleperf/dso_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/simpleperf/dso_test.cpp b/simpleperf/dso_test.cpp
index 331353f8..02958ce6 100644
--- a/simpleperf/dso_test.cpp
+++ b/simpleperf/dso_test.cpp
@@ -27,6 +27,7 @@
#include "thread_tree.h"
#include "utils.h"
+using namespace simpleperf;
using namespace simpleperf_dso_impl;
TEST(DebugElfFileFinder, use_build_id_list) {