Index: test/unittests/interpreter/bytecode-array-builder-unittest.cc |
diff --git a/test/unittests/interpreter/bytecode-array-builder-unittest.cc b/test/unittests/interpreter/bytecode-array-builder-unittest.cc |
index 839215f743220550b256ae52c875eb2f62cfaf84..74d75ca0611b0df99f622f6b763d71ff074d51a2 100644 |
--- a/test/unittests/interpreter/bytecode-array-builder-unittest.cc |
+++ b/test/unittests/interpreter/bytecode-array-builder-unittest.cc |
@@ -205,11 +205,11 @@ TEST_F(BytecodeArrayBuilderTest, AllBytecodesGenerated) { |
builder.ForInPrepare(reg) |
.ForInDone(reg, reg) |
- .ForInNext(reg, reg, reg) |
+ .ForInNext(reg, reg, reg, 1) |
.ForInStep(reg); |
builder.ForInPrepare(wide) |
.ForInDone(reg, other) |
- .ForInNext(wide, wide, wide) |
+ .ForInNext(wide, wide, wide, 1024) |
.ForInStep(reg); |
// Wide constant pool loads |