| Index: test/unittests/interpreter/bytecode-array-iterator-unittest.cc
|
| diff --git a/test/unittests/interpreter/bytecode-array-iterator-unittest.cc b/test/unittests/interpreter/bytecode-array-iterator-unittest.cc
|
| index 86e8c50f0281d59d4d097e70286acfb716af15bf..9ed325f92ff2ee33d8bbaaa286e727cbb778b88b 100644
|
| --- a/test/unittests/interpreter/bytecode-array-iterator-unittest.cc
|
| +++ b/test/unittests/interpreter/bytecode-array-iterator-unittest.cc
|
| @@ -79,7 +79,7 @@ TEST_F(BytecodeArrayIteratorTest, IteratesBytecodeArray) {
|
| CHECK(!iterator.done());
|
| iterator.Advance();
|
|
|
| - CHECK_EQ(iterator.current_bytecode(), Bytecode::kLoadIC);
|
| + CHECK_EQ(iterator.current_bytecode(), Bytecode::kLoadICSloppy);
|
| CHECK_EQ(iterator.GetRegisterOperand(0).index(), reg_1.index());
|
| CHECK_EQ(iterator.GetIndexOperand(1), feedback_slot);
|
| CHECK(!iterator.done());
|
|
|