| Index: test/unittests/compiler/machine-operator-unittest.cc
|
| diff --git a/test/unittests/compiler/machine-operator-unittest.cc b/test/unittests/compiler/machine-operator-unittest.cc
|
| index 0235d654c3819f3672f7aa5e95687b6a41f40502..4367705a84a01c696a41624c0c2b4e1fe5172dd0 100644
|
| --- a/test/unittests/compiler/machine-operator-unittest.cc
|
| +++ b/test/unittests/compiler/machine-operator-unittest.cc
|
| @@ -208,9 +208,7 @@ const PureOperator kPureOperators[] = {
|
| PURE(Word64Ror, 2, 0, 1), // --
|
| PURE(Word64Equal, 2, 0, 1), // --
|
| PURE(Int32Add, 2, 0, 1), // --
|
| - PURE(Int32AddWithOverflow, 2, 0, 2), // --
|
| PURE(Int32Sub, 2, 0, 1), // --
|
| - PURE(Int32SubWithOverflow, 2, 0, 2), // --
|
| PURE(Int32Mul, 2, 0, 1), // --
|
| PURE(Int32MulHigh, 2, 0, 1), // --
|
| PURE(Int32Div, 2, 1, 1), // --
|
|
|