| Index: test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden b/test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden
|
| index fab69016256287ec83e08456df65dee93286883d..5eeb0a83d0454a455af08b08614127fe1f8eada7 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden
|
| @@ -114,7 +114,7 @@ bytecodes: [
|
| B(PushContext), R(2),
|
| B(LdaTheHole),
|
| B(StaContextSlot), R(context), U8(4),
|
| - B(CreateClosure), U8(1), U8(0),
|
| + B(CreateClosure), U8(1), U8(2),
|
| B(Star), R(0),
|
| /* 53 S> */ B(LdaSmi), U8(10),
|
| /* 53 E> */ B(StaContextSlot), R(context), U8(4),
|
| @@ -168,7 +168,7 @@ bytecodes: [
|
| B(PushContext), R(3),
|
| B(LdaTheHole),
|
| B(StaContextSlot), R(context), U8(4),
|
| - B(CreateClosure), U8(1), U8(0),
|
| + B(CreateClosure), U8(1), U8(2),
|
| B(Star), R(0),
|
| /* 76 S> */ B(LdaSmi), U8(2),
|
| /* 76 E> */ B(StaContextSlot), R(context), U8(4),
|
|
|