summaryrefslogtreecommitdiff
path: root/libunwindstack/tests/VerifyBionicTerminationTest.cpp
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2020-09-28 20:13:53 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-09-28 20:13:53 +0000
commit06c5c6958ad9455b579b7b29c0fc881adec573cc (patch)
treea050128d65a79f6ac8be8ef582ce8edd3be59974 /libunwindstack/tests/VerifyBionicTerminationTest.cpp
parent392c59b819a3df256266e4475876dfc020dad7b7 (diff)
parent0bd4f2dfc1a141c1ee2ad52b7e742c854ec06c28 (diff)
Merge "Add arch member into Unwinder object." am: 087552a89b am: 89f54f6f86 am: d232e3c435 am: 0bd4f2dfc1
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1437275 Change-Id: I1bd0289d05aa589db9623c51fdac8ad3fd322a9a
Diffstat (limited to 'libunwindstack/tests/VerifyBionicTerminationTest.cpp')
-rw-r--r--libunwindstack/tests/VerifyBionicTerminationTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libunwindstack/tests/VerifyBionicTerminationTest.cpp b/libunwindstack/tests/VerifyBionicTerminationTest.cpp
index eb2b01d297..3e67dc9407 100644
--- a/libunwindstack/tests/VerifyBionicTerminationTest.cpp
+++ b/libunwindstack/tests/VerifyBionicTerminationTest.cpp
@@ -94,7 +94,6 @@ TEST(VerifyBionicTermination, local_terminate) {
std::unique_ptr<Regs> regs(Regs::CreateFromLocal());
UnwinderFromPid unwinder(512, getpid());
- ASSERT_TRUE(unwinder.Init(regs->Arch()));
unwinder.SetRegs(regs.get());
RegsGetLocal(regs.get());