diff options
-rw-r--r-- | compiler-rt/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc b/compiler-rt/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc index c21cf8f925f..04d945f2d90 100644 --- a/compiler-rt/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc +++ b/compiler-rt/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc @@ -1,6 +1,5 @@ // RUN: %clangxx_asan -O0 %s -Fe%t -// 'cat' is used below to work around FileCheck buffering bug which makes this -// test flaky. FIXME: file an issue. +// FIXME: 'cat' is needed due to PR19744. // RUN: not %run %t 2>&1 | cat | FileCheck %s #include <windows.h> |