summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-12-19 22:48:46 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-12-19 22:48:46 +0000
commitb3574b32c3fde815a93f8e11d5a4b0e72180f4ae (patch)
tree59d49ce5ef7d359307d73c7348d521b42dca853a
parentfbdb236a8afc96f9d1523bac9654ddd3f5d78fa2 (diff)
downloadbcm5719-llvm-b3574b32c3fde815a93f8e11d5a4b0e72180f4ae.tar.gz
bcm5719-llvm-b3574b32c3fde815a93f8e11d5a4b0e72180f4ae.zip
[hwasan] Remove unused -check-prefix in tests.
llvm-svn: 321119
-rw-r--r--compiler-rt/test/hwasan/TestCases/halt-on-error.cc2
-rw-r--r--compiler-rt/test/hwasan/TestCases/use-after-free.cc8
2 files changed, 5 insertions, 5 deletions
diff --git a/compiler-rt/test/hwasan/TestCases/halt-on-error.cc b/compiler-rt/test/hwasan/TestCases/halt-on-error.cc
index 97693d5bceb..ab90dbd4303 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-%os --check-prefix=CHECK
+// RUN: %clangxx_hwasan -O0 %s -o %t && not %env_hwasan_opts=halt_on_error=0 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK
// REQUIRES: stable-runtime
#include <stdlib.h>
diff --git a/compiler-rt/test/hwasan/TestCases/use-after-free.cc b/compiler-rt/test/hwasan/TestCases/use-after-free.cc
index a4d3ee89509..a4433b8de7b 100644
--- a/compiler-rt/test/hwasan/TestCases/use-after-free.cc
+++ b/compiler-rt/test/hwasan/TestCases/use-after-free.cc
@@ -1,7 +1,7 @@
-// RUN: %clangxx_hwasan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK
-// RUN: %clangxx_hwasan -O1 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK
-// RUN: %clangxx_hwasan -O2 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK
-// RUN: %clangxx_hwasan -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK
+// RUN: %clangxx_hwasan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK
+// RUN: %clangxx_hwasan -O1 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK
+// RUN: %clangxx_hwasan -O2 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK
+// RUN: %clangxx_hwasan -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK
// REQUIRES: stable-runtime
#include <stdlib.h>
OpenPOWER on IntegriCloud