| Index: src/processor/stackwalker_arm_unittest.cc
|
| diff --git a/src/processor/stackwalker_arm_unittest.cc b/src/processor/stackwalker_arm_unittest.cc
|
| index c73322e6b6d895843dab83eca728b389226641d2..8a0fd5e95b15d8b4fab3c390fba831076b9f4c6a 100644
|
| --- a/src/processor/stackwalker_arm_unittest.cc
|
| +++ b/src/processor/stackwalker_arm_unittest.cc
|
| @@ -370,7 +370,7 @@ TEST_F(GetCallerFrame, ScanFirstFrame) {
|
| .D32(0xF0000000) // more junk
|
| .D32(0x0000000D)
|
|
|
| - .Append(96, 0) // more space
|
| + .Append(136, 0) // more space
|
|
|
| .D32(return_address2) // actual return address
|
| // (won't be found)
|
|
|