| Index: test/unittests/interpreter/bytecodes-unittest.cc
|
| diff --git a/test/unittests/interpreter/bytecodes-unittest.cc b/test/unittests/interpreter/bytecodes-unittest.cc
|
| index baf1e915e05908440cb5f0392aa9349794283fd3..0e68e188c7a8238055c45d5941878696cb9727a8 100644
|
| --- a/test/unittests/interpreter/bytecodes-unittest.cc
|
| +++ b/test/unittests/interpreter/bytecodes-unittest.cc
|
| @@ -88,7 +88,7 @@ TEST(OperandScaling, ScalableAndNonScalable) {
|
| CHECK_EQ(Bytecodes::Size(Bytecode::kCallRuntime, operand_scale),
|
| 1 + 2 + 2 * scale);
|
| CHECK_EQ(Bytecodes::Size(Bytecode::kCreateObjectLiteral, operand_scale),
|
| - 1 + 2 * scale + 1);
|
| + 1 + 2 * scale + 1 + 1 * scale);
|
| CHECK_EQ(Bytecodes::Size(Bytecode::kTestIn, operand_scale), 1 + scale);
|
| }
|
| }
|
|
|