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 1f0c0fdaa4ab0b04900b701fd06e6e2d5dea7107..86e58d5c0018773699794417576210c920dc86ee 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(IfException, Operator::kKontrol, 0, 0, 1, 0, 0, 1), |
+ SHARED(IfSuccess, 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 |