From c55bb390d88b8eb62a50932f7f9b47c2a3733f16 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Fri, 21 Sep 2018 00:02:02 +0000 Subject: Revert^2 "ART: Refactor typedef to using" This reverts commit ee07743e03042c2ca36e0c9513847a9e7d2509f1. Reason for revert: fixed attributes. Bug: 32619234 Test: m test-art-host Test: m test-art-target-gtest-unstarted_runtime_test Change-Id: I6f0a775adfdf6ecd132b470f7c5446e949872e20 --- compiler/optimizing/parallel_move_test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/optimizing/parallel_move_test.cc') diff --git a/compiler/optimizing/parallel_move_test.cc b/compiler/optimizing/parallel_move_test.cc index 399a6d8cbd..a8ab6cdd0c 100644 --- a/compiler/optimizing/parallel_move_test.cc +++ b/compiler/optimizing/parallel_move_test.cc @@ -174,8 +174,8 @@ class ParallelMoveTest : public ::testing::Test { template<> const bool ParallelMoveTest::has_swap = true; template<> const bool ParallelMoveTest::has_swap = false; -typedef ::testing::Types - ParallelMoveResolverTestTypes; +using ParallelMoveResolverTestTypes = + ::testing::Types; TYPED_TEST_CASE(ParallelMoveTest, ParallelMoveResolverTestTypes); -- cgit v1.2.3-59-g8ed1b