| Index: base/debug/stack_trace_unittest.cc
|
| diff --git a/base/debug/stack_trace_unittest.cc b/base/debug/stack_trace_unittest.cc
|
| index 79b0cb84055ecd04311ad45425e71ff82214f387..536edb258075271035b2b7a457111e692be095b0 100644
|
| --- a/base/debug/stack_trace_unittest.cc
|
| +++ b/base/debug/stack_trace_unittest.cc
|
| @@ -122,7 +122,7 @@ TEST_F(StackTraceTest, MAYBE_OutputToStream) {
|
| #endif // define(OS_MACOSX)
|
| }
|
|
|
| -#if !defined(OFFICIAL_BUILD)
|
| +#if !defined(OFFICIAL_BUILD) && !defined(NO_UNWIND_TABLES)
|
| // Disabled in Official builds, where Link-Time Optimization can result in two
|
| // or fewer stack frames being available, causing the test to fail.
|
| TEST_F(StackTraceTest, TruncatedTrace) {
|
|
|