| Index: base/debug/stack_trace_unittest.cc
|
| diff --git a/base/debug/stack_trace_unittest.cc b/base/debug/stack_trace_unittest.cc
|
| index 925f61917a7257649da583d3e9065b9044d36f78..6a35dac7a4bef47c779884e9c6aaaaf7904b44bc 100644
|
| --- a/base/debug/stack_trace_unittest.cc
|
| +++ b/base/debug/stack_trace_unittest.cc
|
| @@ -16,7 +16,7 @@ namespace debug {
|
| // See comments in the #ifdef soup if you intend to change this.
|
| #if defined(OS_WIN)
|
| // Always fails on Windows: crbug.com/32070
|
| -#define MAYBE_OutputToStream FAILS_OutputToStream
|
| +#define MAYBE_OutputToStream DISABLED_OutputToStream
|
| #else
|
| #define MAYBE_OutputToStream OutputToStream
|
| #endif
|
|
|