| Index: test/cctest/interpreter/bytecode_expectations/BasicBlockToBoolean.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/BasicBlockToBoolean.golden b/test/cctest/interpreter/bytecode_expectations/BasicBlockToBoolean.golden
|
| index acb9c36ce3f70553b02baf5189e4f54d74910bb9..a6fc6561f85d52176160b1a525cff85b3bc3b0ce 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/BasicBlockToBoolean.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/BasicBlockToBoolean.golden
|
| @@ -18,7 +18,7 @@ bytecodes: [
|
| B(Star), R(0),
|
| /* 45 S> */ B(JumpIfToBooleanTrue), U8(8),
|
| B(LdaZero),
|
| - /* 56 E> */ B(TestLessThan), R(0), U8(2),
|
| + /* 56 E> */ B(TestLessThan), R(0), U8(4),
|
| B(JumpIfFalse), U8(5),
|
| /* 63 S> */ B(LdaSmi), I8(1),
|
| /* 75 S> */ B(Return),
|
| @@ -43,7 +43,7 @@ bytecodes: [
|
| B(Star), R(0),
|
| /* 45 S> */ B(JumpIfToBooleanFalse), U8(11),
|
| B(LdaZero),
|
| - /* 56 E> */ B(TestLessThan), R(0), U8(2),
|
| + /* 56 E> */ B(TestLessThan), R(0), U8(4),
|
| B(JumpIfFalse), U8(5),
|
| /* 63 S> */ B(LdaSmi), I8(1),
|
| /* 75 S> */ B(Return),
|
| @@ -68,7 +68,7 @@ bytecodes: [
|
| B(Star), R(0),
|
| /* 45 S> */ B(JumpIfToBooleanTrue), U8(8),
|
| B(LdaZero),
|
| - /* 57 E> */ B(TestLessThan), R(0), U8(2),
|
| + /* 57 E> */ B(TestLessThan), R(0), U8(4),
|
| B(JumpIfFalse), U8(6),
|
| B(LdaSmi), I8(2),
|
| B(Jump), U8(4),
|
|
|