| Index: test/compiler-unittests/arm/instruction-selector-arm-unittest.cc
|
| diff --git a/test/compiler-unittests/arm/instruction-selector-arm-unittest.cc b/test/compiler-unittests/arm/instruction-selector-arm-unittest.cc
|
| index 3e51722ed36e6b2f22714cd3d8b4a83e3fb45a21..b781ac8f9f5c6adf59f4bfc868c248f5f0107972 100644
|
| --- a/test/compiler-unittests/arm/instruction-selector-arm-unittest.cc
|
| +++ b/test/compiler-unittests/arm/instruction-selector-arm-unittest.cc
|
| @@ -11,7 +11,7 @@ namespace compiler {
|
| class InstructionSelectorARMTest : public InstructionSelectorTest {};
|
|
|
|
|
| -COMPILER_TEST_F(InstructionSelectorARMTest, Int32AddP) {
|
| +TARGET_TEST_F(InstructionSelectorARMTest, Int32AddP) {
|
| StreamBuilder m(this, kMachineWord32, kMachineWord32, kMachineWord32);
|
| m.Return(m.Int32Add(m.Parameter(0), m.Parameter(1)));
|
| Stream s = m.Build();
|
|
|