summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2014-05-14 19:31:56 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2014-05-14 19:31:56 +0000
commit36537904105ebc4fa9275847c5e27251784bdef3 (patch)
treea4c9e6424b2208ee8ea24fd9f46e6ab943beaf61
parent2bdca2006941a3a7de8e16ea9af9a758b367ee32 (diff)
downloadbcm5719-llvm-36537904105ebc4fa9275847c5e27251784bdef3.tar.gz
bcm5719-llvm-36537904105ebc4fa9275847c5e27251784bdef3.zip
Remove --check-prefix=CHECK as it's useless
llvm-svn: 208803
-rw-r--r--compiler-rt/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc2
1 files changed, 1 insertions, 1 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 cab8228a996..31a58bb27e9 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,7 +1,7 @@
// RUN: %clangxx_asan -O0 %s -Fe%t 2>&1
// 'cat' is used below to work around FileCheck buffering bug which makes this
// test flaky. FIXME: file an issue.
-// RUN: not %run %t 2>&1 | cat | FileCheck %s --check-prefix=CHECK
+// RUN: not %run %t 2>&1 | cat | FileCheck %s
#include <windows.h>
OpenPOWER on IntegriCloud