| Index: src/processor/stackwalker_arm64_unittest.cc
|
| diff --git a/src/processor/stackwalker_arm64_unittest.cc b/src/processor/stackwalker_arm64_unittest.cc
|
| index dd617f691e98f94c9e6a951eecdba32883bdeec7..f9d18cea01173d2a226deaa021fb7c04a8bf577e 100644
|
| --- a/src/processor/stackwalker_arm64_unittest.cc
|
| +++ b/src/processor/stackwalker_arm64_unittest.cc
|
| @@ -349,7 +349,7 @@ TEST_F(GetCallerFrame, ScanFirstFrame) {
|
| .D64(0xF0000000) // more junk
|
| .D64(0x0000000D)
|
|
|
| - .Append(256, 0) // more space
|
| + .Append(336, 0) // more space
|
|
|
| .D64(return_address2) // actual return address
|
| // (won't be found)
|
|
|