summaryrefslogtreecommitdiffstats
path: root/profman
diff options
context:
space:
mode:
authorDavid Sehr <sehr@google.com>2018-02-21 13:20:31 -0800
committerDavid Sehr <sehr@google.com>2018-02-21 13:51:15 -0800
commitb2ec9f5c128673c43f776cbe12c8eeb0a6884ebb (patch)
tree724022162a4f3de021cebab32ee5ac67ec860f32 /profman
parentf13343eb8b2738e2812fd7bd9d5592f529e93c21 (diff)
downloadart-b2ec9f5c128673c43f776cbe12c8eeb0a6884ebb.tar.gz
art-b2ec9f5c128673c43f776cbe12c8eeb0a6884ebb.tar.bz2
art-b2ec9f5c128673c43f776cbe12c8eeb0a6884ebb.zip
Remove duplication, split tests
The code move to libdexfile/dex/descriptors_names.cc apparently did not remove the original code from runtime/utils.cc. Fix that duplication and all the header mentions needed. Also, split the test files to go along with the new locations for the code to be tested. Bug: 22322814 Test: make -j 50 checkbuild make -j 50 test-art-host-gtest flash & boot marlin Change-Id: Ie734672c4bca2c647d8016291f910b5608674545
Diffstat (limited to 'profman')
-rw-r--r--profman/profile_assistant_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/profman/profile_assistant_test.cc b/profman/profile_assistant_test.cc
index 1dd1a4afc0..6359814615 100644
--- a/profman/profile_assistant_test.cc
+++ b/profman/profile_assistant_test.cc
@@ -20,6 +20,7 @@
#include "art_method-inl.h"
#include "base/unix_file/fd_file.h"
#include "common_runtime_test.h"
+#include "dex/descriptors_names.h"
#include "exec_utils.h"
#include "jit/profile_compilation_info.h"
#include "linear_alloc.h"