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 6e60cfd12ae228884390d8a388bc4b21c4a00155..c0d25ea741eb67d160b7e8f74c267b6d67671b5f 100644 |
--- a/test/unittests/compiler/common-operator-unittest.cc |
+++ b/test/unittests/compiler/common-operator-unittest.cc |
@@ -53,6 +53,8 @@ const SharedOperator kSharedOperators[] = { |
SHARED(End, Operator::kKontrol, 0, 0, 1, 0, 0, 0), |
SHARED(IfTrue, Operator::kKontrol, 0, 0, 1, 0, 0, 1), |
SHARED(IfFalse, Operator::kKontrol, 0, 0, 1, 0, 0, 1), |
+ SHARED(IfSuccess, Operator::kKontrol, 0, 0, 1, 0, 0, 1), |
+ SHARED(IfException, Operator::kKontrol, 0, 0, 1, 0, 0, 1), |
SHARED(Throw, Operator::kFoldable, 1, 1, 1, 0, 0, 1), |
SHARED(Return, Operator::kNoThrow, 1, 1, 1, 0, 0, 1) |
#undef SHARED |