| Index: test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden b/test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden
|
| index 3fd62702c4726b811e29287075a4a5d317eb1237..42a2c5b15be9dc018654f77b1cfc2bbbe2763d04 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden
|
| @@ -21,7 +21,7 @@ bytecodes: [
|
| B(StackCheck),
|
| B(LdaGlobal), U8(0), U8(1),
|
| B(Star), R(0),
|
| - B(LdaSmi8), U8(1),
|
| + B(LdaSmi), U8(1),
|
| B(BitwiseAnd), R(0),
|
| B(StaGlobalSloppy), U8(0), U8(3),
|
| B(Return),
|
| @@ -45,7 +45,7 @@ bytecodes: [
|
| B(StackCheck),
|
| B(LdaGlobal), U8(0), U8(1),
|
| B(Star), R(0),
|
| - B(LdaSmi8), U8(1),
|
| + B(LdaSmi), U8(1),
|
| B(Add), R(0),
|
| B(StaGlobalSloppy), U8(0), U8(3),
|
| B(Return),
|
|
|