| Index: test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden b/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden
|
| index f897381d869bbdd84c3d9c42b8c1dac78bfc20f7..7d55ebf94c10c027975ed7616d40dee622757a41 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden
|
| @@ -58,7 +58,7 @@ bytecodes: [
|
| B(Star), R(1),
|
| B(CreateClosure), U8(0), U8(4), U8(2),
|
| B(Star), R(0),
|
| - B(LdaSmi), U8(1),
|
| + B(LdaSmi), I8(1),
|
| B(Star), R(2),
|
| /* 67 E> */ B(Call), R(0), R(1), U8(2), U8(2),
|
| /* 71 S> */ B(Return),
|
|
|