From 50ed7cf65d20aa8f5271459dae50460d467085d4 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Thu, 28 Jan 2016 02:24:35 +0000 Subject: 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 --- test/asan/TestCases/Linux/coverage_html_report.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/asan') 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 -- cgit v1.2.3