diff options
Diffstat (limited to 'tools/dexanalyze/dexanalyze_test.cc')
-rw-r--r-- | tools/dexanalyze/dexanalyze_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dexanalyze/dexanalyze_test.cc b/tools/dexanalyze/dexanalyze_test.cc index 9e6ed6df67..474615dec2 100644 --- a/tools/dexanalyze/dexanalyze_test.cc +++ b/tools/dexanalyze/dexanalyze_test.cc @@ -14,12 +14,12 @@ * limitations under the License. */ -#include "common_runtime_test.h" +#include "base/common_art_test.h" #include "exec_utils.h" namespace art { -class DexAnalyzeTest : public CommonRuntimeTest { +class DexAnalyzeTest : public CommonArtTest { public: std::string GetDexAnalyzePath() { return GetArtBinDir() + "/dexanalyze"; |