| 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 fdba663e248f9354d66d9278c3ace1bc8772532d..fca53e2bd81873ddf2c665afa2dd8336eb75ec3a 100644
|
| --- a/test/unittests/compiler/machine-operator-unittest.cc
|
| +++ b/test/unittests/compiler/machine-operator-unittest.cc
|
| @@ -224,7 +224,6 @@ const PureOperator kPureOperators[] = {
|
| PURE(ChangeUint32ToFloat64, 1, 0, 1), // --
|
| PURE(ChangeUint32ToUint64, 1, 0, 1), // --
|
| PURE(TruncateFloat64ToFloat32, 1, 0, 1), // --
|
| - PURE(TruncateFloat64ToInt32, 1, 0, 1), // --
|
| PURE(TruncateInt64ToInt32, 1, 0, 1), // --
|
| PURE(Float32Abs, 1, 0, 1), // --
|
| PURE(Float32Add, 2, 0, 1), // --
|
|
|