Index: test/unittests/compiler/loop-peeling-unittest.cc |
diff --git a/test/unittests/compiler/loop-peeling-unittest.cc b/test/unittests/compiler/loop-peeling-unittest.cc |
index b90e68d3b8263de29ee3ae3a54ff2be7d58a5090..f1dac8bb64c22478b95f8ff8a27793dd9693838b 100644 |
--- a/test/unittests/compiler/loop-peeling-unittest.cc |
+++ b/test/unittests/compiler/loop-peeling-unittest.cc |
@@ -468,7 +468,7 @@ TEST_F(LoopPeelingTest, TwoExitLoop_nope) { |
const Operator kMockCall(IrOpcode::kCall, Operator::kNoProperties, "MockCall", |
- 0, 0, 1, 1, 0, 2); |
+ 0, 0, 1, 1, 1, 2); |
TEST_F(LoopPeelingTest, TwoExitLoopWithCall_nope) { |