diff options
Diffstat (limited to 'libunwindstack/tests/VerifyBionicTerminationTest.cpp')
-rw-r--r-- | libunwindstack/tests/VerifyBionicTerminationTest.cpp | 1 |
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()); |