| 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 57403bc402e687984545b8f1b9759cda1cd1afcd..4d04f6a3fae31dfd61b5bd2877cf860cc553688c 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden
|
| @@ -19,7 +19,7 @@ bytecodes: [
|
| /* 26 E> */ B(StackCheck),
|
| /* 31 S> */ B(LdaGlobal), U8(0), U8(2),
|
| B(Star), R(0),
|
| - B(BitwiseAndSmi), U8(1), R(0), U8(4),
|
| + B(BitwiseAndSmi), I8(1), R(0), U8(4),
|
| /* 45 E> */ B(StaGlobalSloppy), U8(0), U8(5),
|
| /* 51 S> */ B(Return),
|
| ]
|
| @@ -42,7 +42,7 @@ bytecodes: [
|
| /* 27 E> */ B(StackCheck),
|
| /* 32 S> */ B(LdaGlobal), U8(0), U8(2),
|
| B(Star), R(0),
|
| - B(AddSmi), U8(1), R(0), U8(4),
|
| + B(AddSmi), I8(1), R(0), U8(4),
|
| /* 51 E> */ B(StaGlobalSloppy), U8(0), U8(5),
|
| /* 57 S> */ B(Return),
|
| ]
|
|
|