Index: test/unittests/compiler/common-operator-unittest.cc |
diff --git a/test/unittests/compiler/common-operator-unittest.cc b/test/unittests/compiler/common-operator-unittest.cc |
index 571d696fd3b0f7d77d07ad4bcf979354f19c7dd3..2cb4d19fe259f5eb26a551dcb07769c8099f838d 100644 |
--- a/test/unittests/compiler/common-operator-unittest.cc |
+++ b/test/unittests/compiler/common-operator-unittest.cc |
@@ -51,8 +51,7 @@ const SharedOperator kSharedOperators[] = { |
SHARED(IfTrue, Operator::kFoldable, 0, 0, 1, 0, 1), |
SHARED(IfFalse, Operator::kFoldable, 0, 0, 1, 0, 1), |
SHARED(Throw, Operator::kFoldable, 1, 0, 1, 0, 1), |
- SHARED(Return, Operator::kNoProperties, 1, 1, 1, 1, 1), |
- SHARED(ControlEffect, Operator::kPure, 0, 0, 1, 1, 0) |
+ SHARED(Return, Operator::kNoProperties, 1, 1, 1, 1, 1) |
#undef SHARED |
}; |