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 616f5d4ebb1dde9b8dcd3facc3c981313fe66da2..6b27b12670432e4f9a75ae358166d7a3637d4ab7 100644 |
--- a/src/compiler/machine-operator-reducer-unittest.cc |
+++ b/src/compiler/machine-operator-reducer-unittest.cc |
@@ -165,7 +165,7 @@ static const uint32_t kUint32Values[] = { |
namespace { |
struct UnaryOperator { |
- const Operator* (MachineOperatorBuilder::*constructor)() const; |
+ const Operator* (MachineOperatorBuilder::*constructor)(); |
const char* constructor_name; |
}; |