summaryrefslogtreecommitdiff
path: root/test/hwasan/TestCases/halt-on-error.cc
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
commit16be70a660a34d6a7fb8296a54f43926edb688d9 (patch)
tree170af231dd50007fdf96411b6c3de48756ffbc0e /test/hwasan/TestCases/halt-on-error.cc
parent0e12fa83247fdb0adc10da354797c7bf47ab2e88 (diff)
[hwasan] Remove --check-prefix=CHECK (NFC)
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@321141 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/hwasan/TestCases/halt-on-error.cc')
-rw-r--r--test/hwasan/TestCases/halt-on-error.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hwasan/TestCases/halt-on-error.cc b/test/hwasan/TestCases/halt-on-error.cc
index ab90dbd43..7c3cc5c68 100644
--- a/test/hwasan/TestCases/halt-on-error.cc
+++ b/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>