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