From a1ce1fef2d49d1d537776a5308ace7102a815fe5 Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Mon, 24 Feb 2014 23:23:58 -0800 Subject: Split up CommonTest into CommonRuntimeTest and CommonCompilerTest Change-Id: I8dcf6b29a5aecd445f1a3ddb06386cf81dbc9c70 --- compiler/driver/compiler_driver_test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/driver') diff --git a/compiler/driver/compiler_driver_test.cc b/compiler/driver/compiler_driver_test.cc index ec0a8bd..34806ce 100644 --- a/compiler/driver/compiler_driver_test.cc +++ b/compiler/driver/compiler_driver_test.cc @@ -21,7 +21,7 @@ #include "UniquePtr.h" #include "class_linker.h" -#include "common_test.h" +#include "common_compiler_test.h" #include "dex_file.h" #include "gc/heap.h" #include "mirror/art_method-inl.h" @@ -33,7 +33,7 @@ namespace art { -class CompilerDriverTest : public CommonTest { +class CompilerDriverTest : public CommonCompilerTest { protected: void CompileAll(jobject class_loader) LOCKS_EXCLUDED(Locks::mutator_lock_) { TimingLogger timings("CompilerDriverTest::CompileAll", false, false); -- cgit v1.1