| Index: test/unittests/compiler/instruction-selector-unittest.cc
|
| diff --git a/test/unittests/compiler/instruction-selector-unittest.cc b/test/unittests/compiler/instruction-selector-unittest.cc
|
| index e14382e914a214378c81a5f52a3886ba4ee3f798..41d2a35478f90ba75f77f0f410abca89864f12f6 100644
|
| --- a/test/unittests/compiler/instruction-selector-unittest.cc
|
| +++ b/test/unittests/compiler/instruction-selector-unittest.cc
|
| @@ -62,8 +62,8 @@ InstructionSelectorTest::Stream InstructionSelectorTest::StreamBuilder::Build(
|
| if (instr->opcode() < 0) continue;
|
| if (mode == kTargetInstructions) {
|
| switch (instr->arch_opcode()) {
|
| -#define CASE(Name) \
|
| - case k##Name: \
|
| +#define CASE(Name, Flags) \
|
| + case k##Name: \
|
| break;
|
| TARGET_ARCH_OPCODE_LIST(CASE)
|
| #undef CASE
|
|
|