summaryrefslogtreecommitdiff
path: root/test/asan
diff options
context:
space:
mode:
authorMike Aizatsky <aizatsky@chromium.org>2016-01-28 02:24:35 +0000
committerMike Aizatsky <aizatsky@chromium.org>2016-01-28 02:24:35 +0000
commit50ed7cf65d20aa8f5271459dae50460d467085d4 (patch)
tree6841d60a28227f77a2f624516eebbcae353692a4 /test/asan
parentb73838d55ad6824bb055971ee57d3db186fb6caf (diff)
putting requires on one line - ppc still executes my tests.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@259012 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan')
-rw-r--r--test/asan/TestCases/Linux/coverage_html_report.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/asan/TestCases/Linux/coverage_html_report.cc b/test/asan/TestCases/Linux/coverage_html_report.cc
index 2f32beed0..b9e39f219 100644
--- a/test/asan/TestCases/Linux/coverage_html_report.cc
+++ b/test/asan/TestCases/Linux/coverage_html_report.cc
@@ -1,5 +1,4 @@
-// REQUIRES: has_sancovcc
-// REQUIRES: x86_64-linux
+// REQUIRES: has_sancovcc, x86_64-linux
// RUN: %clangxx_asan -fsanitize-coverage=func %s -o %t
// RUN: rm -rf %T/coverage_html_report
// RUN: mkdir -p %T/coverage_html_report