| 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 504a05c21d3afddbe05b8a1d28e4ebc3330db397..7ec51f4ef8c5422fa771c76798b74f1bc4775652 100644
|
| --- a/test/unittests/interpreter/bytecode-array-builder-unittest.cc
|
| +++ b/test/unittests/interpreter/bytecode-array-builder-unittest.cc
|
| @@ -208,9 +208,9 @@ TEST_F(BytecodeArrayBuilderTest, AllBytecodesGenerated) {
|
| .Throw()
|
| .Bind(&after_throw);
|
|
|
| - builder.ForInPrepare(reg, reg, reg)
|
| + builder.ForInPrepare(reg)
|
| .ForInDone(reg, reg)
|
| - .ForInNext(reg, reg, reg, reg)
|
| + .ForInNext(reg, reg, reg)
|
| .ForInStep(reg);
|
|
|
| // Wide constant pool loads
|
|
|