Index: test/unittests/compiler/simplified-operator-unittest.cc |
diff --git a/test/unittests/compiler/simplified-operator-unittest.cc b/test/unittests/compiler/simplified-operator-unittest.cc |
index f4c74a535fb2ed55015aad5bdd35f98638e3a78c..7e4329ea3a90f3e89b7d371bb319ce09f2e4ce92 100644 |
--- a/test/unittests/compiler/simplified-operator-unittest.cc |
+++ b/test/unittests/compiler/simplified-operator-unittest.cc |
@@ -51,9 +51,6 @@ const PureOperator kPureOperators[] = { |
PURE(NumberToInt32, Operator::kNoProperties, 1), |
PURE(NumberToUint32, Operator::kNoProperties, 1), |
PURE(PlainPrimitiveToNumber, Operator::kNoProperties, 1), |
- PURE(StringEqual, Operator::kCommutative, 2), |
- PURE(StringLessThan, Operator::kNoProperties, 2), |
- PURE(StringLessThanOrEqual, Operator::kNoProperties, 2), |
PURE(ChangeTaggedToInt32, Operator::kNoProperties, 1), |
PURE(ChangeTaggedToUint32, Operator::kNoProperties, 1), |
PURE(ChangeTaggedToFloat64, Operator::kNoProperties, 1), |