| Index: src/compiler/machine-operator-reducer-unittest.cc
|
| diff --git a/src/compiler/machine-operator-reducer-unittest.cc b/src/compiler/machine-operator-reducer-unittest.cc
|
| index a756fe3486a5d757b09eadfdc956bfaf5b5739d9..fdf062e4fe739ed2a1f3da5a69a1fdc4cf2e78da 100644
|
| --- a/src/compiler/machine-operator-reducer-unittest.cc
|
| +++ b/src/compiler/machine-operator-reducer-unittest.cc
|
| @@ -164,7 +164,7 @@ static const uint32_t kUint32Values[] = {
|
| namespace {
|
|
|
| struct UnaryOperator {
|
| - Operator* (MachineOperatorBuilder::*constructor)();
|
| + const Operator* (MachineOperatorBuilder::*constructor)();
|
| const char* constructor_name;
|
| };
|
|
|
|
|