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 --- runtime/thread_pool_test.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'runtime/thread_pool_test.cc') diff --git a/runtime/thread_pool_test.cc b/runtime/thread_pool_test.cc index c6f0e92..c1a1ad7 100644 --- a/runtime/thread_pool_test.cc +++ b/runtime/thread_pool_test.cc @@ -14,12 +14,12 @@ * limitations under the License. */ +#include "thread_pool.h" #include #include "atomic.h" -#include "common_test.h" -#include "thread_pool.h" +#include "common_runtime_test.h" namespace art { @@ -49,7 +49,7 @@ class CountTask : public Task { const bool verbose_; }; -class ThreadPoolTest : public CommonTest { +class ThreadPoolTest : public CommonRuntimeTest { public: static int32_t num_threads; }; -- cgit v1.1