Reenable the stack_trace_test

It was fixed internally and https://github.com/libunwind/libunwind/pull/602 should make it better for OSS.

PiperOrigin-RevId: 559772982
Change-Id: Ifcbf824d37cb4988dc56db20a8bbaaaf52a2cb81
This commit is contained in:
Wiktor Garbacz 2023-08-24 09:11:12 -07:00 committed by Copybara-Service
parent d5ff466c59
commit 8254d13faf

View File

@ -118,10 +118,6 @@ TEST_P(StackTraceTest, SymbolizationWorksNonSandboxedLibunwind) {
absl::FlagSaver fs;
absl::SetFlag(&FLAGS_sandbox_libunwind_crash_handler, false);
if (GetParam().testname == "CrashMe") {
return;
}
SymbolizationWorksCommon(GetParam());
}