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/barrier_test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/barrier_test.cc') diff --git a/runtime/barrier_test.cc b/runtime/barrier_test.cc index 69951c5..7d32338 100644 --- a/runtime/barrier_test.cc +++ b/runtime/barrier_test.cc @@ -19,7 +19,7 @@ #include #include "atomic.h" -#include "common_test.h" +#include "common_runtime_test.h" #include "mirror/object_array-inl.h" #include "thread_pool.h" #include "UniquePtr.h" @@ -56,7 +56,7 @@ class CheckWaitTask : public Task { AtomicInteger* const count3_; }; -class BarrierTest : public CommonTest { +class BarrierTest : public CommonRuntimeTest { public: static int32_t num_threads; }; -- cgit v1.1