diff options
Diffstat (limited to 'compiler-rt/test/asan/TestCases/Windows/stack_array_right_oob.cc')
-rw-r--r-- | compiler-rt/test/asan/TestCases/Windows/stack_array_right_oob.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/test/asan/TestCases/Windows/stack_array_right_oob.cc b/compiler-rt/test/asan/TestCases/Windows/stack_array_right_oob.cc index d553e4e9ba2..ac267bf7f27 100644 --- a/compiler-rt/test/asan/TestCases/Windows/stack_array_right_oob.cc +++ b/compiler-rt/test/asan/TestCases/Windows/stack_array_right_oob.cc @@ -1,6 +1,5 @@ // RUN: %clangxx_asan -O0 %s -Fe%t -// FIXME: 'cat' is needed due to PR19744. -// RUN: not %run %t 2>&1 | cat | FileCheck %s +// RUN: not %run %t 2>&1 | FileCheck %s #include <stdio.h> |