From b2ec9f5c128673c43f776cbe12c8eeb0a6884ebb Mon Sep 17 00:00:00 2001 From: David Sehr Date: Wed, 21 Feb 2018 13:20:31 -0800 Subject: 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 --- compiler/common_compiler_test.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/common_compiler_test.cc') diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc index 40a5370ec7..a20313374c 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -23,6 +23,7 @@ #include "base/enums.h" #include "class_linker.h" #include "compiled_method-inl.h" +#include "dex/descriptors_names.h" #include "dex/quick_compiler_callbacks.h" #include "dex/verification_results.h" #include "driver/compiler_driver.h" -- cgit v1.2.3-59-g8ed1b