| 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 a564b67589ace3e3866438c075c5660c76bf4bc5..9731ee9da9a628542695058855c5a63054fb11a3 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 {
|
| - const Operator* (MachineOperatorBuilder::*constructor)();
|
| + const Operator* (MachineOperatorBuilder::*constructor)() const;
|
| const char* constructor_name;
|
| };
|
|
|
|
|