summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Windows/double_free.cc
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2014-05-26 11:54:20 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2014-05-26 11:54:20 +0000
commit493c46543f37356c41b56b4249a4f3e9f3738e30 (patch)
tree9e3684e8150cac449428f45ab9327bc1c6d32129 /test/asan/TestCases/Windows/double_free.cc
parentb9bc8ada0a4d9adb04e9e0923482c2815cc52619 (diff)
[ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744)
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@209622 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases/Windows/double_free.cc')
-rw-r--r--test/asan/TestCases/Windows/double_free.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/asan/TestCases/Windows/double_free.cc b/test/asan/TestCases/Windows/double_free.cc
index de0c0b5c7..6745c59ae 100644
--- a/test/asan/TestCases/Windows/double_free.cc
+++ b/test/asan/TestCases/Windows/double_free.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 <malloc.h>