summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-12-20 02:03:47 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-12-20 02:03:47 +0000
commit0d060044b535a14964918d1cd0aa09ac6e1e4888 (patch)
treef53fce8b26ae1c13039af07368e46a03f26ea8f4
parent092ba58beea95fde241bb8ff4a9a7d616ac17142 (diff)
downloadbcm5719-llvm-0d060044b535a14964918d1cd0aa09ac6e1e4888.tar.gz
bcm5719-llvm-0d060044b535a14964918d1cd0aa09ac6e1e4888.zip
[hwasan] Remove --check-prefix=CHECK (NFC)
llvm-svn: 321141
-rw-r--r--compiler-rt/test/hwasan/TestCases/halt-on-error.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/hwasan/TestCases/halt-on-error.cc b/compiler-rt/test/hwasan/TestCases/halt-on-error.cc
index ab90dbd4303..7c3cc5c68ca 100644
--- a/compiler-rt/test/hwasan/TestCases/halt-on-error.cc
+++ b/compiler-rt/test/hwasan/TestCases/halt-on-error.cc
@@ -1,4 +1,4 @@
-// RUN: %clangxx_hwasan -O0 %s -o %t && not %env_hwasan_opts=halt_on_error=0 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK
+// RUN: %clangxx_hwasan -O0 %s -o %t && not %env_hwasan_opts=halt_on_error=0 %run %t 2>&1 | FileCheck %s
// REQUIRES: stable-runtime
#include <stdlib.h>
OpenPOWER on IntegriCloud