| 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 408ccccd07f27ded8fab12738ee5c64d36fc06d4..ebaaf8ee6ada3b0d814cf5f87ff3ebe7322958c8 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden
|
| @@ -36,7 +36,7 @@ bytecodes: [
|
| /* 34 S> */ B(LdrUndefined), R(1),
|
| B(CreateClosure), U8(0), U8(2),
|
| B(Star), R(0),
|
| - /* 56 E> */ B(Call), R(0), R(1), U8(1), U8(1),
|
| + /* 56 E> */ B(Call), R(0), R(1), U8(1), U8(2),
|
| /* 59 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| @@ -59,7 +59,7 @@ bytecodes: [
|
| B(Star), R(0),
|
| B(LdaSmi), U8(1),
|
| B(Star), R(2),
|
| - /* 67 E> */ B(Call), R(0), R(1), U8(2), U8(1),
|
| + /* 67 E> */ B(Call), R(0), R(1), U8(2), U8(2),
|
| /* 71 S> */ B(Return),
|
| ]
|
| constant pool: [
|
|
|